NAT Traversal for UNET
Provides NAT punch-through, automatic port forwarding, and other useful features on top of Unity's UNET HLAPI networking system.
ExtraPeerInfoMessage Class Reference

Used for host migration. Extends the built in PeerInfoMessage to add internalIP and guid. More...

Inherits PeerInfoMessage.

Public Member Functions

override void Deserialize (NetworkReader reader)
 
override void Serialize (NetworkWriter writer)
 
override string ToString ()
 

Public Attributes

string externalIPv6
 
ulong guid
 
string internalIP
 
string internalIPv6
 

Detailed Description

Used for host migration. Extends the built in PeerInfoMessage to add internalIP and guid.