]> git.ipfire.org Git - thirdparty/bind9.git/commit
new: usr: Implement tcp-primaries-timeout
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 23 Apr 2025 18:26:34 +0000 (18:26 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 23 Apr 2025 18:26:34 +0000 (18:26 +0000)
commit2054186f408241a61d034373c62352c77efa285c
treec96ca6410d1fdb477e5caff2eb680c7a1997c35f
parent699db3b5b98209ba99f4f9cd60ca050871fb0f90
parente3417d55fdf29bd5285dae9dfe60d77f47022177
new: usr: Implement tcp-primaries-timeout

The new `tcp-primaries-timeout` configuration option works the same way
as the older `tcp-initial-timeout` option, but applies only to the TCP
connections made to the primary servers, so that the timeout value can
be set separately for them. By default, it's set to 150, which is 15
seconds.

Closes #3649

Merge branch '3649-configurable-xfr-tcp-timeouts' into 'main'

See merge request isc-projects/bind9!9376