#include <net.h>
Public Methods | |
| void | send_message (net_message_header_t *msg, bool reliable=true) |
| send a message to this client | |
| void | receive_message () |
| receive a message from this client | |
Protected Attributes | |
| ulong | id |
| identifier | |
| SOCKET | sock |
| the socket to the client | |
| SOCKADDR_IN | laddress |
| address of the client | |
| list_c< char > * | queue |
| message queue (out) | |
| ulong | queuelen |
| number of messages in queue | |
| ulong | status |
| status | |
1.2.18