Crossfire Server, Trunk
|
#include <newclient.h>
Data Fields | |
unsigned char | buf [MAXSOCKBUF] |
size_t | len |
Contains the base information we use to make up a packet we want to send.
Definition at line 684 of file newclient.h.
unsigned char SockList::buf[MAXSOCKBUF] |
Definition at line 690 of file newclient.h.
Referenced by handle_client(), init_connection(), Send_With_Handling(), SockList_AddChar(), SockList_AddData(), SockList_AddInt(), SockList_AddInt64(), SockList_AddPrintf(), SockList_AddShort(), SockList_Avail(), SockList_Ensure(), SockList_NullTerminate(), and SockList_ReadPacket().
size_t SockList::len |
Definition at line 689 of file newclient.h.
Referenced by check_space_for_heads(), draw_client_map2(), esrv_update_stats(), handle_client(), Send_With_Handling(), SockList_AddChar(), SockList_AddData(), SockList_AddInt(), SockList_AddInt64(), SockList_AddPrintf(), SockList_AddShort(), SockList_Avail(), SockList_Ensure(), SockList_NullTerminate(), SockList_ReadPacket(), SockList_Reset(), and SockList_ResetRead().