getdns/src
Jim Hague 3b5657e580 Reduce delay on OOOR delayed lookup.
A delay of 1000ms was causing frequent lookup timeouts e.g. on 9.9.9.9. We hypothesise that the delay causes an internal timeout in the server to fire. So reduce the delay to a smaller value that seems to leave the test working but reduces the incidence of timeouts.

We observe this still leaves timeouts on TLS connections to 9.9.9.9. These seem to occur only on TLS connections, and reducing the delay much further does not alter the observed behaviour. We guess there is something else going on there.
2018-01-29 10:17:54 +00:00
..
compat Initial windows work 2017-07-06 00:26:21 +02:00
extension Last rename + explicit EMFILE check replacement 2017-11-03 16:42:38 +01:00
getdns s/CApath/tls_ca_path/g s/CAfile/tls_ca_file/g 2017-12-21 13:08:01 +01:00
gldns Use PRI format strings in wire2str.c and remove ARG_LL. 2017-10-05 19:17:12 +01:00
jsmn@c831c3869f /* fallthrough */ must be first comment before case 2017-08-24 13:58:13 +02:00
test We need to set transport list before first query 2017-12-21 16:49:19 +01:00
tools Reduce delay on OOOR delayed lookup. 2018-01-29 10:17:54 +00:00
util Merge branch 'develop' into features/zeroconf-dnssec 2017-08-30 15:09:39 +02:00
yxml@10f968b0e7 Add yxml as submodule 2017-06-20 16:00:37 +02:00
Doxyfile.in Rearrange doxygen into subject groups 2017-04-13 20:30:59 +02:00
Makefile.in Add first version of getdns_server_mon. 2018-01-12 16:11:48 +00:00
anchor.c trust-anchor meta queries need to be done opportunistic too 2017-12-13 12:58:24 +01:00
anchor.h Track updating TA's with root DNSKEY rrset 2017-09-20 10:30:13 +02:00
const-info.c s/CApath/tls_ca_path/g s/CAfile/tls_ca_file/g 2017-12-21 13:08:01 +01:00
const-info.h Move str2getdns type functions in the library 2016-07-04 16:57:27 +02:00
context.c Add 'keepalive' test and supporting changes to getdns library. 2018-01-17 15:17:20 +00:00
context.h Add 'keepalive' test and supporting changes to getdns library. 2018-01-17 15:17:20 +00:00
convert.c Rearrange includes for finding inet_ntop on Windows 2017-10-03 17:09:33 +02:00
convert.h First pass at sending packets 2016-04-25 17:21:04 +02:00
debug.h Have separate Windows DEBUG_NL() similar to DEBUG_ON(). 2017-10-06 16:24:56 +01:00
dict.c Return which extensions are set 2017-12-13 11:12:49 +01:00
dict.h s/inline static/static inline/g 2016-06-23 15:03:46 +02:00
dnssec.c Only get root-anchors.xml when BOGUS root dnskey... 2017-11-28 16:58:12 +01:00
dnssec.h A dnsreq is bogus if any of its netreqs is 2017-09-20 14:42:35 +02:00
general.c Clang bitfield issue 2017-11-28 16:40:17 +01:00
general.h Reschedule pending netreqs 2017-03-15 15:16:42 +01:00
install-sh list data type partially implemented, unit test framework started 2013-07-19 16:19:22 -04:00
libgetdns.symbols s/CApath/tls_ca_path/g s/CAfile/tls_ca_file/g 2017-12-21 13:08:01 +01:00
list.c Fix things that came out of static analysis 2017-09-02 12:47:04 +02:00
list.h s/inline static/static inline/g 2016-06-23 15:03:46 +02:00
mdns.c Move Windows/Unix functions into new platform.h. 2017-10-06 12:07:15 +01:00
mdns.h Add missing platform.h include. 2017-10-06 15:04:49 +01:00
mk-const-info.c.sh Fix for the constants declaration issue 2017-06-27 07:49:01 +02:00
mk-symfiles.sh A missing symbol fails on macos 2017-09-28 20:21:10 +02:00
platform.c Review comments from Jim 2017-11-03 15:41:31 +01:00
platform.h Last rename + explicit EMFILE check replacement 2017-11-03 16:42:38 +01:00
pubkey-pinning.c PRIsz usage like PRIu64 etc. 2017-09-27 13:15:12 +02:00
pubkey-pinning.h Check that the pinset matches if it is configured 2015-12-23 18:00:43 +00:00
request-internal.c Add TLS 1.3 test. 2018-01-19 15:56:40 +00:00
rr-dict.c Add RR type DOA 2017-09-01 16:10:56 +02:00
rr-dict.h Library fixed for CFLAGS=-Wextra 2016-12-08 14:05:58 +01:00
rr-iter.c Zero sized gateways with IPSECKEY gateway_type 0 2017-05-02 11:44:47 +02:00
rr-iter.h Don't crash with missing trust-anchors 2017-01-13 13:42:16 +01:00
server.c Last rename + explicit EMFILE check replacement 2017-11-03 16:42:38 +01:00
server.h Mv getdns_context_set_listen_addresses in the lib 2016-07-13 14:50:44 +02:00
stub.c Add TLS 1.3 test. 2018-01-19 15:56:40 +00:00
stub.h Schedule dnsreqs with absolute timeout/expiry time 2017-03-13 14:20:47 +01:00
sync.c Test getdns_context_create2 with getdns_query 2017-11-23 12:26:40 +01:00
types-internal.h Add TLS 1.3 test. 2018-01-19 15:56:40 +00:00
ub_loop.c Use __func__ var when supported 2016-12-12 13:55:10 +01:00
ub_loop.h Unbound event API without header compile fix 2017-03-22 14:36:16 +01:00
util-internal.c Add TLS 1.3 test. 2018-01-19 15:56:40 +00:00
util-internal.h Move Windows/Unix functions into new platform.h. 2017-10-06 12:07:15 +01:00
version.c.in functions and defines to get versions 2015-07-10 00:57:58 +02:00