namespace UdPunching { public enum ExchangeMessageSection : byte { /// /// 4 bytes: LeInt32 UnixTimeStamp /// TimeStamp = 0, /// /// 17 bytes: 15 bytes ZeroFilled IpAddress 000.000.000.000 + LeInt16 Port /// PeerEndPoint = 1, /// /// 16 bytes: just bytes of GUID /// PeerId = 2, /// /// N+1 byte length prefix data /// PayloadData=3, } }