Home
last modified time | relevance | path

Searched refs:DNS_QUERY_TIMEOUT (Results 1 – 6 of 6) sorted by relevance

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/system/async-dns/
H A Dprivate-lib-async-dns.h30 #define DNS_QUERY_TIMEOUT 30 /* Query timeout, seconds */ macro
/dports/dns/dnscrypt-wrapper/dnscrypt-wrapper-0.4.2/
H A Dudp_request.c186 assert(DNS_QUERY_TIMEOUT < UCHAR_MAX); in sendto_with_retry()
187 if (++(udp_request->retries) > DNS_QUERY_TIMEOUT) { in sendto_with_retry()
367 .tv_sec = (time_t) DNS_QUERY_TIMEOUT,.tv_usec = 0 in client_to_proxy_cb()
H A Ddnscrypt.h20 #define DNS_QUERY_TIMEOUT 10 macro
H A Dtcp_request.c417 .tv_sec = (time_t) DNS_QUERY_TIMEOUT,.tv_usec = 0 in tcp_connection_cb()
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/support/
H A Dgreendns.py79 DNS_QUERY_TIMEOUT = 10.0 variable
698 def udp(q, where, timeout=DNS_QUERY_TIMEOUT, port=53,
827 def tcp(q, where, timeout=DNS_QUERY_TIMEOUT, port=53,
/dports/dns/dnsrecon/dnsrecon-0.10.1/lib/
H A Ddnshelper.py32 DNS_QUERY_TIMEOUT = 4.0 variable
68 sock.settimeout(DNS_QUERY_TIMEOUT)