]> git.ipfire.org Git - thirdparty/bind9.git/commit
TLS: Implement isc_nmhandle_setwritetimeout()
authorArtem Boldariev <artem@boldariev.com>
Thu, 23 Jun 2022 17:18:58 +0000 (20:18 +0300)
committerArtem Boldariev <artem@boldariev.com>
Tue, 12 Jul 2022 11:40:22 +0000 (14:40 +0300)
commit237ce05b89fe3dd3a928b1879573195806d24a35
tree3df0ab0e5673783527e21c495071137fca2b6ec8
parent56d9938328d38b3a83890a4f1481baa3d981f1b0
TLS: Implement isc_nmhandle_setwritetimeout()

This commit adds a proper implementation of
isc_nmhandle_setwritetimeout() for TLS connections. Now it passes the
value to the underlying TCP handle.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tlsstream.c