Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
stunauth.h File Reference
This graph shows which files directly or indirectly include this file:

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
 

Enumeration Type Documentation

Enumerator
AuthCredShortTerm 
AuthCredLongTerm 

Definition at line 37 of file stunauth.h.

Enumerator
Allow 
AllowConditional 
StaleNonce 
Reject 
Unauthorized 

Definition at line 43 of file stunauth.h.

Variable Documentation

const uint32_t MAX_STUN_AUTH_STRING_SIZE = 64

Definition at line 22 of file stunauth.h.