|
Electroneum
|
#include <listen_dnsport.h>

Public Attributes | |
| struct comm_base * | base |
| struct sldns_buffer * | udp_buff |
| struct listen_list * | cps |
Listening for queries structure. Contains list of query-listen sockets.
Definition at line 55 of file listen_dnsport.h.
| struct comm_base* listen_dnsport::base |
Base for select calls
Definition at line 57 of file listen_dnsport.h.
| struct listen_list* listen_dnsport::cps |
list of comm points used to get incoming events
Definition at line 66 of file listen_dnsport.h.
| struct sldns_buffer* listen_dnsport::udp_buff |
buffer shared by UDP connections, since there is only one datagram at any time.
Definition at line 61 of file listen_dnsport.h.