proxy Struct Reference
List of
proxy fds that return replies from the server to our clients.
More...
|
Data Fields |
|
int | s |
| | the fd to listen for replies from server
|
|
struct timeval | lastuse |
| | last time this was used
|
|
struct sockaddr_storage | addr |
| | remote address
|
|
socklen_t | addr_len |
| | length of addr
|
|
size_t | numwait |
| | number of queries waiting (in total)
|
|
size_t | numsent |
| | number of queries sent to server (in total)
|
|
size_t | numreturn |
| | numberof answers returned to client (in total)
|
|
size_t | numreuse |
| | how many times repurposed
|
|
struct proxy * | next |
| | next in proxylist
|
Detailed Description
List of
proxy fds that return replies from the server to our clients.
The documentation for this struct was generated from the following file: