|
Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <stunclientlogic.h>

Public Attributes | |
| CSocketAddress | addrServer |
| bool | fTimeoutIsInstant |
| uint32_t | timeoutSeconds |
| uint32_t | uMaxAttempts |
| bool | fBehaviorTest |
| bool | fFilteringTest |
Definition at line 26 of file stunclientlogic.h.
| CSocketAddress StunClientLogicConfig::addrServer |
Definition at line 28 of file stunclientlogic.h.
| bool StunClientLogicConfig::fBehaviorTest |
Definition at line 34 of file stunclientlogic.h.
| bool StunClientLogicConfig::fFilteringTest |
Definition at line 35 of file stunclientlogic.h.
| bool StunClientLogicConfig::fTimeoutIsInstant |
Definition at line 30 of file stunclientlogic.h.
| uint32_t StunClientLogicConfig::timeoutSeconds |
Definition at line 31 of file stunclientlogic.h.
| uint32_t StunClientLogicConfig::uMaxAttempts |
Definition at line 32 of file stunclientlogic.h.