Data Fields | |
| netadr_t | address |
| Address of the remote end. More... | |
| void(* | handler )(struct connection_s *con, void *obj) |
| Handler for incoming packets. More... | |
| void * | object |
| Connection specific data. More... | |
| netadr_t address |
Address of the remote end.
| void(* handler)(struct connection_s *con, void *obj) |
Handler for incoming packets.
| con | This connection. ("this", "self"...) |
| obj | The connection specific data (object) |
| void* object |
Connection specific data.