|
Pool Video Switch v2
Software video switch for distributed remote display in a lecture environment
|
#include "discoverylistener.h"#include "certmanager.h"#include "../serverapp/serverapp.h"#include "../../shared/settings.h"#include "../../shared/network.h"#include "../../shared/util.h"#include <QCryptographicHash>#include <QSslCertificate>#include <QSslKey>
Include dependency graph for discoverylistener.cpp:Go to the source code of this file.
Macros | |
| #define | UDPBUFSIZ 9000 |
| #define | SPAM_CUTOFF 50 |
| #define | SPAM_MODERATE_INTERVAL 6787 |
| #define | SPAM_MODERATE_AT_ONCE 100 |
Functions | |
| static quint16 | hash (const QHostAddress &host) |
| hash More... | |
| #define SPAM_CUTOFF 50 |
Definition at line 19 of file discoverylistener.cpp.
| #define SPAM_MODERATE_AT_ONCE 100 |
Definition at line 21 of file discoverylistener.cpp.
| #define SPAM_MODERATE_INTERVAL 6787 |
Definition at line 20 of file discoverylistener.cpp.
| #define UDPBUFSIZ 9000 |
Definition at line 18 of file discoverylistener.cpp.
|
static |
hash
| host |
Definition at line 52 of file discoverylistener.cpp.
Here is the caller graph for this function:
1.8.8