]> git.ipfire.org Git - thirdparty/unbound.git/commit
Allow configuration of TCP timeout while waiting for response 478/head
authorAndré Cruz <acruz@cloudflare.com>
Tue, 27 Apr 2021 17:43:19 +0000 (18:43 +0100)
committerAndré Cruz <acruz@cloudflare.com>
Wed, 28 Apr 2021 15:20:46 +0000 (16:20 +0100)
commite07f973938b12577701374da7e606490c1e5afcc
treea91579aab36eeccd0912401dc66233a37327ed08
parentaaf2236bed5d22e1f6b76e2087fd97f1eb5f076d
Allow configuration of TCP timeout while waiting for response

This allows us to configure how long Unbound will wait for a response
on a TCP connection.
15 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
util/net_help.h