]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use the configured TCP connect timeout in notify_send_toaddr()
authorAram Sargsyan <aram@isc.org>
Tue, 18 Feb 2025 17:07:15 +0000 (17:07 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 23 Apr 2025 17:03:05 +0000 (17:03 +0000)
commitdaede6876b278643be3a9f6af1f5959cf39cf99c
treeda062ef65291be598ecadfe7bf606296ed9b1124
parent70ad94257db8e3b4ef1a28cdb8b87d3b2398f74d
Use the configured TCP connect timeout in notify_send_toaddr()

The notify_send_toaddr() function uses hardcoded timeout values
for both UDP and TCP, however, with TCP named has configurable
timeout values. Slightly refactor the timeouts calculation part
and use the configured 'tcp-initial-timeout' value as the connect
timeout.
lib/dns/zone.c