![]() |
DarkPlaces
Game engine based on the Quake 1 engine by id Software, developed by LadyHavoc
|
|
#include <netconn.h>
Data Fields | |
unsigned int | ackSequence |
unsigned int | receiveSequence |
unsigned int | sendSequence |
unsigned int | unreliableReceiveSequence |
unsigned int netconn_t::netconn_nq_s::ackSequence |
Definition at line 180 of file netconn.h.
Referenced by NetConn_ReceivedMessage().
unsigned int netconn_t::netconn_nq_s::receiveSequence |
Definition at line 183 of file netconn.h.
Referenced by NetConn_ReceivedMessage(), and PrintStats().
unsigned int netconn_t::netconn_nq_s::sendSequence |
Definition at line 181 of file netconn.h.
Referenced by NetConn_ReceivedMessage(), NetConn_SendUnreliableMessage(), and PrintStats().
unsigned int netconn_t::netconn_nq_s::unreliableReceiveSequence |
Definition at line 184 of file netconn.h.
Referenced by NetConn_ReceivedMessage().