This structure is used to track information about open connections.
More...
|
| 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.
Definition at line 189 of file netsed.c.
◆ csa
| struct sockaddr* tracker_s::csa |
recvfrom information: 'connect' address for udp
Definition at line 191 of file netsed.c.
◆ csl
◆ csock
Connection socket to client.
Definition at line 195 of file netsed.c.
◆ fsock
Socket to forward to server.
Definition at line 197 of file netsed.c.
◆ live
By connection TTL.
Definition at line 203 of file netsed.c.
◆ state
Connection state.
Definition at line 201 of file netsed.c.
◆ time
Last event time, for udp timeout.
Definition at line 199 of file netsed.c.
The documentation for this struct was generated from the following file: