QuakeForge  0.7.2.210-815cf
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
net_vcr.h File Reference
This graph shows which files directly or indirectly include this file:

Macros

#define VCR_MAX_MESSAGE   4
 
#define VCR_OP_CANSENDMESSAGE   4
 
#define VCR_OP_CONNECT   1
 
#define VCR_OP_GETMESSAGE   2
 
#define VCR_OP_SENDMESSAGE   3
 

Functions

qboolean VCR_CanSendMessage (qsocket_t *sock)
 
qsocket_tVCR_CheckNewConnections (void)
 
void VCR_Close (qsocket_t *sock)
 
qsocket_tVCR_Connect (const char *host)
 
int VCR_GetMessage (qsocket_t *sock)
 
int VCR_Init (void)
 
void VCR_Listen (qboolean state)
 
void VCR_SearchForHosts (qboolean xmit)
 
int VCR_SendMessage (qsocket_t *sock, sizebuf_t *data)
 
void VCR_Shutdown (void)