Stun Server  Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StunConnection Struct Reference

#include <stunconnection.h>

Collaboration diagram for StunConnection:

Public Attributes

time_t _timeStart
 
StunConnectionState _state
 
CStunSocket _stunsocket
 
CStunMessageReader _reader
 
CRefCountedBuffer _spReaderBuffer
 
CRefCountedBuffer _spOutputBuffer
 
size_t _txCount
 
int _idHashTable
 
StunConnectionpNext
 

Detailed Description

Definition at line 16 of file stunconnection.h.

Member Data Documentation

int StunConnection::_idHashTable

Definition at line 25 of file stunconnection.h.

CStunMessageReader StunConnection::_reader

Definition at line 21 of file stunconnection.h.

CRefCountedBuffer StunConnection::_spOutputBuffer

Definition at line 23 of file stunconnection.h.

CRefCountedBuffer StunConnection::_spReaderBuffer

Definition at line 22 of file stunconnection.h.

StunConnectionState StunConnection::_state

Definition at line 19 of file stunconnection.h.

CStunSocket StunConnection::_stunsocket

Definition at line 20 of file stunconnection.h.

time_t StunConnection::_timeStart

Definition at line 18 of file stunconnection.h.

size_t StunConnection::_txCount

Definition at line 24 of file stunconnection.h.

StunConnection* StunConnection::pNext

Definition at line 26 of file stunconnection.h.


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