Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
AuthResponse Struct Reference

#include <stunauth.h>

Public Attributes

AuthResponseType responseType
 
AuthCredentialMechanism authCredMech
 
char szPassword [MAX_STUN_AUTH_STRING_SIZE+1]
 
char szRealm [MAX_STUN_AUTH_STRING_SIZE+1]
 
char szNonce [MAX_STUN_AUTH_STRING_SIZE+1]
 

Detailed Description

Definition at line 52 of file stunauth.h.

Member Data Documentation

AuthCredentialMechanism AuthResponse::authCredMech

Definition at line 55 of file stunauth.h.

AuthResponseType AuthResponse::responseType

Definition at line 54 of file stunauth.h.

char AuthResponse::szNonce[MAX_STUN_AUTH_STRING_SIZE+1]

Definition at line 59 of file stunauth.h.

char AuthResponse::szPassword[MAX_STUN_AUTH_STRING_SIZE+1]

Definition at line 57 of file stunauth.h.

char AuthResponse::szRealm[MAX_STUN_AUTH_STRING_SIZE+1]

Definition at line 58 of file stunauth.h.


The documentation for this struct was generated from the following file: