|
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 | |
| struct | AuthAttributes |
| struct | AuthResponse |
| class | IStunAuth |
Enumerations | |
| enum | AuthCredentialMechanism { AuthCredShortTerm, AuthCredLongTerm } |
| enum | AuthResponseType { Allow, AllowConditional, StaleNonce, Reject, Unauthorized } |
Variables | |
| const uint32_t | MAX_STUN_AUTH_STRING_SIZE = 64 |
| Enumerator | |
|---|---|
| AuthCredShortTerm | |
| AuthCredLongTerm | |
Definition at line 37 of file stunauth.h.
| enum AuthResponseType |
| Enumerator | |
|---|---|
| Allow | |
| AllowConditional | |
| StaleNonce | |
| Reject | |
| Unauthorized | |
Definition at line 43 of file stunauth.h.
| const uint32_t MAX_STUN_AUTH_STRING_SIZE = 64 |
Definition at line 22 of file stunauth.h.