]> git.ipfire.org Git - thirdparty/bind9.git/commit
Separate the connect and the read timeouts in dispatch
authorAram Sargsyan <aram@isc.org>
Wed, 30 Oct 2024 09:23:33 +0000 (09:23 +0000)
committerAram Sargsyan <aram@isc.org>
Wed, 22 Jan 2025 11:57:52 +0000 (11:57 +0000)
commit64ffbe82c01c12ed921accf6f669e8322d6bcebd
tree531c57743cb702ecf98529da4f3e9c4234b294b4
parent114555ea657e9fb5ba5f53d88df196e379e34ee1
Separate the connect and the read timeouts in dispatch

The network manager layer has two different timers with their
own timeout values for TCP connections: connect timeout and read
timeout. Separate the connect and the read TCP timeouts in the
dispatch module too.
12 files changed:
bin/delv/delv.c
bin/nsupdate/nsupdate.c
bin/tests/system/pipelined/pipequeries.c
bin/tools/mdig.c
lib/dns/dispatch.c
lib/dns/include/dns/dispatch.h
lib/dns/include/dns/request.h
lib/dns/request.c
lib/dns/resolver.c
lib/dns/xfrin.c
lib/dns/zone.c
tests/dns/dispatch_test.c