]> git.ipfire.org Git - thirdparty/unbound.git/commit
- The maximum value of a probe rto was not aligned with the 1241/head
authorYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 19 Feb 2025 11:14:59 +0000 (12:14 +0100)
committerYorgos Thessalonikefs <yorgos@nlnetlabs.nl>
Wed, 19 Feb 2025 11:14:59 +0000 (12:14 +0100)
commitbcf162abd7e1f820a5c51c3638781dddae2e56e8
tree133da9b7dd8dbe1479daabb8f3a5885def2cd03c
parent5e1f35b59b7f4d8731be6f2f2090bc2aad180301
- The maximum value of a probe rto was not aligned with the
  (configurable) infra-cache-max-rtt value. That could result in
  infra-keep-probing not working if an infra-cache-max-rtt value was chosen
  that was below 12000 ms. This fix still uses a default value of 12000
  ms for the probe but caps it to the infra-cache-max-rtt if that is
  lower.
Makefile.in
iterator/iterator.c
services/cache/infra.c
services/cache/infra.h
testcode/unitinfra.c [new file with mode: 0644]
testcode/unitmain.c
testcode/unitmain.h
util/config_file.c
util/config_file.h