Functions | |
| qboolean | Datagram_CanSendMessage (qsocket_t *sock) |
| Check if a reliable message can be sent to the socket. More... | |
| qboolean | Datagram_CanSendUnreliableMessage (qsocket_t *sock) |
| Check if an unreliable message can be sent to the socket. More... | |
| qsocket_t * | Datagram_CheckNewConnections (void) |
| Check for a new incoming connection. More... | |
| void | Datagram_Close (qsocket_t *sock) |
| Close the socket. More... | |
| qsocket_t * | Datagram_Connect (const char *host) |
| Connect to the specified host. More... | |
| int | Datagram_GetMessage (qsocket_t *sock) |
| Check for and process an incoming packet on the socket. More... | |
| int | Datagram_Init (void) |
| Initialize the Datagram net driver. More... | |
| void | Datagram_Listen (qboolean state) |
| Control the listen status of the underlying lan drivers. More... | |
| void | Datagram_SearchForHosts (qboolean xmit) |
| Search for hosts (servers) on the local network. More... | |
| int | Datagram_SendMessage (qsocket_t *sock, sizebuf_t *data) |
| Send a reliable packet to the socket. More... | |
| int | Datagram_SendUnreliableMessage (qsocket_t *sock, sizebuf_t *data) |
| Send an unreliable packet to the socket. More... | |
| void | Datagram_Shutdown (void) |
| Shutdown the Datagram net driver. More... | |