Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <stunauth.h>
Public Attributes | |
char | szUser [MAX_STUN_AUTH_STRING_SIZE+1] |
char | szRealm [MAX_STUN_AUTH_STRING_SIZE+1] |
char | szNonce [MAX_STUN_AUTH_STRING_SIZE+1] |
char | szLegacyPassword [MAX_STUN_AUTH_STRING_SIZE+1] |
bool | fMessageIntegrityPresent |
Definition at line 26 of file stunauth.h.
bool AuthAttributes::fMessageIntegrityPresent |
Definition at line 33 of file stunauth.h.
char AuthAttributes::szLegacyPassword[MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 32 of file stunauth.h.
char AuthAttributes::szNonce[MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 31 of file stunauth.h.
char AuthAttributes::szRealm[MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 30 of file stunauth.h.
char AuthAttributes::szUser[MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 29 of file stunauth.h.