mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-27 03:51:16 -05:00
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). |
||
|---|---|---|
| .. | ||
| client.h | ||
| hooks.h | ||
| interfacemgr.h | ||
| lib.h | ||
| listenlist.h | ||
| log.h | ||
| Makefile.in | ||
| notify.h | ||
| query.h | ||
| server.h | ||
| sortlist.h | ||
| stats.h | ||
| types.h | ||
| update.h | ||
| version.h | ||
| xfrout.h | ||