|
FS2_Open
Open source remastering of the Freespace 2 engine
|
Public Attributes | |
| ubyte | type |
| ubyte | compressed |
| ushort | seq |
| ushort | data_len |
| float | send_time |
| ubyte | data [NETBUFFERSIZE] |
Definition at line 159 of file psnet2.cpp.
| ubyte reliable_header::compressed |
Definition at line 161 of file psnet2.cpp.
| ubyte reliable_header::data[NETBUFFERSIZE] |
Definition at line 165 of file psnet2.cpp.
| ushort reliable_header::data_len |
Definition at line 163 of file psnet2.cpp.
| float reliable_header::send_time |
Definition at line 164 of file psnet2.cpp.
| ushort reliable_header::seq |
Definition at line 162 of file psnet2.cpp.
| ubyte reliable_header::type |
Definition at line 160 of file psnet2.cpp.