bind9/lib/ns/include/ns
Diego Fronza ed9853e739 Fix tcp-highwater stats updating
After the network manager rewrite, tcp-higwater stats was only being
updated when a valid DNS query was received over tcp.

It turns out tcp-quota is updated right after a tcp connection is
accepted, before any data is read, so in the event that some client
connect but don't send a valid query, it wouldn't be taken into
account to update tcp-highwater stats, that is wrong.

This commit fix tcp-highwater to update its stats whenever a tcp connection
is established, independent of what happens after (timeout/invalid
request, etc).
2019-12-12 11:23:10 -08:00
..
client.h Fix tcp-highwater stats updating 2019-12-12 11:23:10 -08:00
hooks.h Add ns_plugin_expandpath() 2019-03-05 16:06:24 -08:00
interfacemgr.h convert ns_client and related objects to use netmgr 2019-11-07 11:55:37 -08:00
lib.h Remove message catalogs 2019-01-09 23:44:26 +01:00
listenlist.h Replace custom isc_boolean_t with C standard bool type 2018-08-08 09:37:30 +02:00
log.h set up hooks.c to enable setting hook points and loading modules 2018-12-06 10:29:05 -08:00
Makefile.in set up hooks.c to enable setting hook points and loading modules 2018-12-06 10:29:05 -08:00
notify.h Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
query.h use entirely local persistent data in modules 2018-12-06 10:29:12 -08:00
server.h netmgr: make TCP timeouts configurable 2019-11-22 16:46:31 -08:00
sortlist.h Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
stats.h add a stats counter for clients dropped due to recursive-clients limit 2019-11-26 17:55:06 +00:00
types.h Add new default siphash24 cookie algorithm, but keep AES as legacy 2019-07-21 15:16:28 -04:00
update.h Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
version.h Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
xfrout.h Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00