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