]> git.ipfire.org Git - thirdparty/unbound.git/commit
Introduce infra-cache-max-rtt option to config max retransmit timeout 718/head
authorMinghang Chen <chen@minghang.dev>
Sat, 16 Jul 2022 08:19:35 +0000 (01:19 -0700)
committerMinghang Chen <chen@minghang.dev>
Sat, 16 Jul 2022 08:46:18 +0000 (01:46 -0700)
commit249efd42855441d579d60cbd22c428d6571bff2c
treea6a85e6c177779916b5b453ca6b52103f258f2fc
parent12cd495d55e65695297889da0cd3c3fd218b4929
Introduce infra-cache-max-rtt option to config max retransmit timeout

Added the option and let it default to 120 seconds so that it won't change
current behavior.

Related-to #717
14 files changed:
doc/example.conf.in
doc/unbound.conf.5.in
iterator/iter_utils.c
iterator/iterator.c
iterator/iterator.h
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y
util/rtt.c
util/rtt.h