OpenNet
Tunnel.h
Go to the documentation of this file.
1 
2 // Product OpenNet
3 
8 
9 #pragma once
10 
11 // Constants
13 
14 #define OPEN_NET_SYNC_CHECK_VALUE (0xbef9)
15 
16 // Data type
18 
28 typedef struct
29 {
30  uint16_t mSyncCheck;
31 
32  uint16_t mPacketSize_byte;
33 
34  uint32_t mReserved0;
35 }
This structure is used as packet header into a tunnel.
Definition: Tunnel.h:28