Functions | |
| connection_t * | Connection_Add (netadr_t *address, void *object, void(*handler)(connection_t *, void *)) | 
| Add a new connection.  More... | |
| void | Connection_Del (connection_t *con) | 
| Delete a connection.  More... | |
| connection_t * | Connection_Find (netadr_t *address) | 
| Search for an established connection based on the remote address.  More... | |
| void | Connection_Init (void) | 
| Initialize the connection management system.  More... | |