|
|
struct request ** | req_heads |
| |
|
struct request * | req_waiting_head |
| |
|
struct nameserver * | server_head |
| |
|
int | n_req_heads |
| |
|
struct event_base * | event_base |
| |
|
int | global_good_nameservers |
| |
|
int | global_requests_inflight |
| |
|
int | global_requests_waiting |
| |
|
int | global_max_requests_inflight |
| |
|
struct timeval | global_timeout |
| |
|
int | global_max_reissues |
| |
|
int | global_max_retransmits |
| |
|
int | global_max_nameserver_timeout |
| |
|
int | global_randomize_case |
| |
|
struct timeval | global_nameserver_probe_initial_timeout |
| |
| struct sockaddr_storage | global_outgoing_address |
| |
| ev_socklen_t | global_outgoing_addrlen |
| |
|
struct timeval | global_getaddrinfo_allow_skew |
| |
|
int | so_rcvbuf |
| |
|
int | so_sndbuf |
| |
|
int | getaddrinfo_ipv4_timeouts |
| |
|
int | getaddrinfo_ipv6_timeouts |
| |
|
int | getaddrinfo_ipv4_answered |
| |
|
int | getaddrinfo_ipv6_answered |
| |
|
struct search_state * | global_search_state |
| |
◆ global_outgoing_address
Port to bind to for outgoing DNS packets.
◆ global_outgoing_addrlen
| ev_socklen_t evdns_base::global_outgoing_addrlen |
ev_socklen_t for global_outgoing_address. 0 if it isn't set.
The documentation for this struct was generated from the following file: