doom3-gpl
Doom 3 GPL source release
|
Public Member Functions | |
idUDPLag (void) | |
~idUDPLag (void) | |
Public Attributes | |
udpMsg_t * | sendFirst |
udpMsg_t * | sendLast |
udpMsg_t * | recieveFirst |
udpMsg_t * | recieveLast |
idBlockAlloc< udpMsg_t, 64 > | udpMsgAllocator |
Definition at line 847 of file win_net.cpp.
idUDPLag::idUDPLag | ( | void | ) |
Definition at line 859 of file win_net.cpp.
idUDPLag::~idUDPLag | ( | void | ) |
Definition at line 863 of file win_net.cpp.
udpMsg_t* idUDPLag::recieveFirst |
Definition at line 854 of file win_net.cpp.
udpMsg_t* idUDPLag::recieveLast |
Definition at line 855 of file win_net.cpp.
udpMsg_t* idUDPLag::sendFirst |
Definition at line 852 of file win_net.cpp.
udpMsg_t* idUDPLag::sendLast |
Definition at line 853 of file win_net.cpp.
idBlockAlloc<udpMsg_t, 64> idUDPLag::udpMsgAllocator |
Definition at line 856 of file win_net.cpp.