]> git.ipfire.org Git - thirdparty/bind9.git/commit
Separate the single setter/getter functions for TCP timeouts
authorAram Sargsyan <aram@isc.org>
Tue, 11 Mar 2025 12:10:51 +0000 (12:10 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 23 Apr 2025 17:03:05 +0000 (17:03 +0000)
commit74a8acdc8dba2e682159a901d48894cfbb0f2457
tree02c0b3a7408d7be51fad535e62e3292a96378a2a
parent797d865121463667b7036dba770e88a763d0be73
Separate the single setter/getter functions for TCP timeouts

Previously all kinds of TCP timeouts had a single getter and setter
functions. Separate each timeout to its own getter/setter functions,
because in majority of cases only one is required at a time, and it's
not optimal expanding those functions every time a new timeout value
is implemented.
17 files changed:
bin/delv/delv.c
bin/named/server.c
bin/nsupdate/nsupdate.c
bin/rndc/rndc.c
lib/dns/xfrin.c
lib/dns/zone.c
lib/isc/include/isc/netmgr.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/proxystream.c
lib/isc/netmgr/proxyudp.c
lib/isc/netmgr/streamdns.c
lib/ns/client.c
tests/dns/dispatch_test.c
tests/isc/doh_test.c
tests/isc/netmgr_common.c
tests/isc/tcpdns_test.c
tests/isc/tlsdns_test.c