Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include "commonincludes.hpp"
Go to the source code of this file.
Macros | |
#define | IS_DIVISIBLE_BY(x, y) ((x % y)==0) |
Functions | |
static unsigned int | FindPrime (unsigned int val) |
size_t | FastHash_GetHashTableWidth (unsigned int maxConnections) |
#define IS_DIVISIBLE_BY | ( | x, | |
y | |||
) | ((x % y)==0) |
Definition at line 20 of file fasthash.cpp.
size_t FastHash_GetHashTableWidth | ( | unsigned int | maxConnections | ) |
Definition at line 64 of file fasthash.cpp.
|
static |
Definition at line 22 of file fasthash.cpp.