#include <listen_dnsport.h>
Data Fields | |
struct comm_base * | base |
Base for select calls. | |
ldns_buffer * | udp_buff |
buffer shared by UDP connections, since there is only one datagram at any time. | |
struct listen_list * | cps |
list of comm points used to get incoming events |
Contains list of query-listen sockets.
ldns_buffer* listen_dnsport::udp_buff |
buffer shared by UDP connections, since there is only one datagram at any time.
Referenced by listen_create(), listen_delete(), and listen_get_mem().