|
Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|

Go to the source code of this file.
Classes | |
| class | FastHashBase< K, V > |
| struct | FastHashBase< K, V >::Item |
| struct | FastHashBase< K, V >::ItemNode |
| class | FastHash< K, V, FSIZE, TSIZE > |
| class | FastHashDynamic< K, V > |
Functions | |
| size_t | FastHash_GetHashTableWidth (unsigned int maxItems) |
| size_t | FastHash_Hash (void *ptr) |
| size_t | FastHash_Hash (unsigned int x) |
| size_t | FastHash_Hash (signed int x) |
| size_t FastHash_GetHashTableWidth | ( | unsigned int | maxItems | ) |
Definition at line 64 of file fasthash.cpp.
|
inline |
Definition at line 41 of file fasthash.h.
|
inline |
Definition at line 45 of file fasthash.h.
|
inline |
Definition at line 49 of file fasthash.h.