]> git.ipfire.org Git - thirdparty/unbound.git/commit
- delay-close: msec option that delays closing ports for which
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 28 Jan 2014 14:35:55 +0000 (14:35 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 28 Jan 2014 14:35:55 +0000 (14:35 +0000)
commitd8e5a833929d72f98892b0f178436811fbc51aac
tree3b58f5a551e37ec230af2695f2cf5d7c7437d3eb
parent4adaadab610d795e454275cf937e789c8e2feeef
- delay-close: msec option that delays closing ports for which
  the UDP reply has timed out.  Keeps the port open, only accepts
  the correct reply.  This correct reply is not used, but the port
  is open so that no port-denied ICMPs are generated.

git-svn-id: file:///svn/unbound/trunk@3058 be551aaa-1e26-0410-a405-d3ace91eadb9
16 files changed:
daemon/worker.c
doc/Changelog
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/fptr_wlist.c