bind9/bin/named
Ondřej Surý 36ddefacb4 Change the isc_nm_(get|set)timeouts() to work with milliseconds
The RFC7828 specifies the keepalive interval to be 16-bit, specified in
units of 100 milliseconds and the configuration options tcp-*-timeouts
are following the suit.  The units of 100 milliseconds are very
unintuitive and while we can't change the configuration and presentation
format, we should not follow this weird unit in the API.

This commit changes the isc_nm_(get|set)timeouts() functions to work
with milliseconds and convert the values to milliseconds before passing
them to the function, not just internally.
2021-03-18 16:37:57 +01:00
..
include Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
unix Fix possible NULL dereference in cd->dlz_destroy() 2020-10-28 15:48:58 +01:00
win32 report libnghttp2 version in 'named -V' 2021-02-16 14:40:18 -08:00
.gitignore Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
bind9.xsl update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
builtin.c Generate PTR records for DNS64 mapped ipv4only.arpa reverses. 2020-12-11 14:17:52 +11:00
config.c Fix wrong length passed to isc_mem_put 2021-02-09 12:30:14 +00:00
control.c Postpone the isc_app_shutdown() after rndc response has been sent 2020-10-22 11:46:58 -07:00
controlconf.c Silence CID 304936 Dereference before null check 2021-02-23 11:39:00 +00:00
fuzz.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
geoip.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
log.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
logconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
main.c Disable memory debugging features in non-developer build 2021-02-18 19:33:54 +01:00
Makefile.am implement xfrin via XoT 2021-01-29 12:07:38 +01:00
named.conf.rst Add purge-keys config option 2021-02-23 09:16:48 +01:00
named.rst Initial support for DNS-over-HTTP(S) 2021-02-03 12:06:17 +01:00
server.c Change the isc_nm_(get|set)timeouts() to work with milliseconds 2021-03-18 16:37:57 +01:00
statschannel.c Stop xmlFreeTextWriter being called twice 2021-01-28 04:15:06 +00:00
tkeyconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
transportconf.c refactor outgoing HTTP connection support 2021-03-05 13:29:26 +02:00
tsigconf.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
xsl_p.h Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
zoneconf.c implement xfrin via XoT 2021-01-29 12:07:38 +01:00