]> git.ipfire.org Git - thirdparty/unbound.git/commit
Allow configuration of persistent TCP connections 470/head
authorAndré Cruz <acruz@cloudflare.com>
Wed, 21 Apr 2021 12:50:45 +0000 (13:50 +0100)
committerAndré Cruz <acruz@cloudflare.com>
Wed, 21 Apr 2021 12:50:45 +0000 (13:50 +0100)
commit75875d4d1c4c5d110680da45236d80d84c5d1ec8
tree5ddac1b03e2a5d475d5468c0cd5938efd9dd0ad3
parent13e445d50b6e2a9441d9364d4213a57781d9e6f1
Allow configuration of persistent TCP connections

Added 2 new options to configure previously hardcoded
values: max-reuse-tcp-queries and tcp-reuse-timeout. These
allow fine-grained control over how unbound uses persistent
TCP connections to authority servers.
14 files changed:
daemon/worker.c
doc/example.conf.in
doc/unbound.conf.5.in
libunbound/libworker.c
services/outside_network.c
services/outside_network.h
testcode/fake_event.c
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y