tcp_proxy Struct Reference

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_listquerylist
 list of query items to send to server
 
struct tcp_send_listquerylast
 last in query list
 
struct tcp_send_listanswerlist
 list of answer items to send to client
 
struct tcp_send_listanswerlast
 last in answerlist
 
struct tcp_proxynext
 next in list
 

Detailed Description

List of TCP proxy fd pairs to TCP connect client to server.


The documentation for this struct was generated from the following file: