|
Stun Server
Compliant with the latest RFCs including 5389, 5769, and 5780
discover the local host's own external IP address
|
#include <messagehandler.h>

Public Attributes | |
| SocketRole | socketrole |
| CSocketAddress | addrLocal |
| which socket id did the message arrive on More... | |
| CSocketAddress | addrRemote |
| What local IP address the message was received on (useful if the socket binded to INADDR_ANY) More... | |
| CStunMessageReader * | pReader |
| the address of the node that sent us the message More... | |
| bool | fConnectionOriented |
| reader containing a valid stun message More... | |
Definition at line 24 of file messagehandler.h.
| CSocketAddress StunMessageIn::addrLocal |
which socket id did the message arrive on
Definition at line 27 of file messagehandler.h.
| CSocketAddress StunMessageIn::addrRemote |
What local IP address the message was received on (useful if the socket binded to INADDR_ANY)
Definition at line 28 of file messagehandler.h.
| bool StunMessageIn::fConnectionOriented |
reader containing a valid stun message
Definition at line 30 of file messagehandler.h.
| CStunMessageReader* StunMessageIn::pReader |
the address of the node that sent us the message
Definition at line 29 of file messagehandler.h.
| SocketRole StunMessageIn::socketrole |
Definition at line 26 of file messagehandler.h.