Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <messagehandler.h>
Public Attributes | |
bool | fSendWithIntegrity |
bool | fUseLongTerm |
char | szUser [MAX_STUN_AUTH_STRING_SIZE+1] |
char | szRealm [MAX_STUN_AUTH_STRING_SIZE+1] |
char | szPassword [MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 41 of file messagehandler.h.
bool StunMessageIntegrity::fSendWithIntegrity |
Definition at line 43 of file messagehandler.h.
bool StunMessageIntegrity::fUseLongTerm |
Definition at line 45 of file messagehandler.h.
char StunMessageIntegrity::szPassword[MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 48 of file messagehandler.h.
char StunMessageIntegrity::szRealm[MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 47 of file messagehandler.h.
char StunMessageIntegrity::szUser[MAX_STUN_AUTH_STRING_SIZE+1] |
Definition at line 46 of file messagehandler.h.