|
unbound
0.1
|
Pending TCP query to server. More...
#include <outside_network.h>
Data Fields | |
| struct pending_tcp * | next_free |
| next in list of free tcp comm points, or NULL. | |
| uint16_t | id |
| the ID for the query; checked in reply | |
| struct comm_point * | c |
| tcp comm point it was sent on (and reply must come back on). | |
| struct waiting_tcp * | query |
| the query being serviced, NULL if the pending_tcp is unused. | |
Pending TCP query to server.
1.8.18