]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Add stream-wait-size: 4m config option to limit the maximum
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 21 Jan 2019 16:20:14 +0000 (16:20 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 21 Jan 2019 16:20:14 +0000 (16:20 +0000)
commitd81e2c654f87d0dc869c3d12c0c0cb860af3f262
tree1a3a7ad23435b45fffde10949c03ccba4987add5
parentf5dcd84d272fa52f39f3c214d90f8ca3d7107424
- Add stream-wait-size: 4m config option to limit the maximum
  memory used by waiting tcp and tls stream replies.  This avoids
  a denial of service where these replies use up all of the memory.

git-svn-id: file:///svn/unbound/trunk@5046 be551aaa-1e26-0410-a405-d3ace91eadb9
doc/Changelog
doc/example.conf.in
services/listen_dnsport.c
services/listen_dnsport.h
util/config_file.c
util/config_file.h
util/configlexer.c
util/configlexer.lex
util/configparser.c
util/configparser.h
util/configparser.y