]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon TLS: increase wire-buffer size
authorGrigorii Demidov <grigorii.demidov@nic.cz>
Thu, 15 Nov 2018 13:29:55 +0000 (14:29 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Wed, 28 Nov 2018 13:23:46 +0000 (14:23 +0100)
commit2d87427c9a80e978e20e5f5cf4055e006ba7fc8c
treeb014f63a2249f74d963fc9b38d3916a05dacf788
parentf7846901ce6adda4db3b548d8a3435d5897d9731
daemon TLS: increase wire-buffer size

When decoding large packets, gnutls gives the application chunks
of size 16kb. So that tls session wirebuffer must be at least
KNOT_WIRE_MAX_PKTSIZE + 16kb.  (message re-formatted by vcunat)
NEWS
daemon/io.c
daemon/io.h
daemon/session.c
daemon/session.h
daemon/worker.c