]> git.ipfire.org Git - thirdparty/bind9.git/commit
Use generic functions for reading and timers in TCP
authorOndřej Surý <ondrej@sury.org>
Wed, 31 Mar 2021 10:14:54 +0000 (12:14 +0200)
committerOndřej Surý <ondrej@sury.org>
Wed, 7 Apr 2021 13:36:59 +0000 (15:36 +0200)
commitca12e25bb08697cc034ee686d956f4a4544179c6
tree1d00997ec83ab19e518cc59d62e07ffc54cd0e65
parent7df8c7061c73570a9c75a6835e4312331bee99f9
Use generic functions for reading and timers in TCP

The TCP module has been updated to use the generic functions from
netmgr.c instead of its own local copies.  This brings the module
mostly up to par with the TCPDNS and TLSDNS modules.
lib/isc/netmgr/netmgr-int.h
lib/isc/netmgr/netmgr.c
lib/isc/netmgr/tcp.c