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

#include <messagehandler.h>

Public Attributes

uint16_t errorcode
 
StunMessageClass msgclass
 
uint16_t msgtype
 
uint16_t attribUnknown
 
char szNonce [MAX_STUN_AUTH_STRING_SIZE+1]
 
char szRealm [MAX_STUN_AUTH_STRING_SIZE+1]
 

Detailed Description

Definition at line 62 of file messagehandler.h.

Member Data Documentation

uint16_t StunErrorCode::attribUnknown

Definition at line 67 of file messagehandler.h.

uint16_t StunErrorCode::errorcode

Definition at line 64 of file messagehandler.h.

StunMessageClass StunErrorCode::msgclass

Definition at line 65 of file messagehandler.h.

uint16_t StunErrorCode::msgtype

Definition at line 66 of file messagehandler.h.

char StunErrorCode::szNonce[MAX_STUN_AUTH_STRING_SIZE+1]

Definition at line 68 of file messagehandler.h.

char StunErrorCode::szRealm[MAX_STUN_AUTH_STRING_SIZE+1]

Definition at line 69 of file messagehandler.h.


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