My Project
|
Module for UDP NAT Hole punching operations. Can be accessed from NetManager. More...
Public Member Functions | |
void | Init (INatPunchListener listener) |
void | NatIntroduce (IPEndPoint hostInternal, IPEndPoint hostExternal, IPEndPoint clientInternal, IPEndPoint clientExternal, string additionalInfo) |
void | PollEvents () |
void | SendNatIntroduceRequest (string host, int port, string additionalInfo) |
void | SendNatIntroduceRequest (IPEndPoint masterServerEndPoint, string additionalInfo) |
Static Public Attributes | |
const int | MaxTokenLength = 256 |
Module for UDP NAT Hole punching operations. Can be accessed from NetManager.