netsed
|
This structure is used to track information about open connections. More...
Data Fields | |
struct sockaddr * | csa |
recvfrom information: 'connect' address for udp | |
socklen_t | csl |
size of csa | |
int | csock |
Connection socket to client. | |
int | fsock |
Socket to forward to server. | |
time_t | time |
Last event time, for udp timeout. | |
enum state_e | state |
Connection state. | |
int * | live |
By connection TTL. | |
struct tracker_s * | n |
chain it ! | |
This structure is used to track information about open connections.
struct sockaddr* tracker_s::csa |