List of TCP proxy fd pairs to TCP connect client to server. More...
Data Fields | |
| int | client_s |
| the fd to listen for client query | |
| int | server_s |
| the fd to listen for server answer | |
| struct sockaddr_storage | addr |
| remote client address | |
| socklen_t | addr_len |
| length of address | |
| struct timeval | timeout |
| timeout on this entry | |
| struct tcp_send_list * | querylist |
| list of query items to send to server | |
| struct tcp_send_list * | querylast |
| last in query list | |
| struct tcp_send_list * | answerlist |
| list of answer items to send to client | |
| struct tcp_send_list * | answerlast |
| last in answerlist | |
| struct tcp_proxy * | next |
| next in list | |
List of TCP proxy fd pairs to TCP connect client to server.