bind9/lib
Evan Hunt d809ec6c14 restore allowance for tcp-clients < interfaces
in the "refactor tcpquota and pipeline refs" commit, the counting
of active interfaces was tightened in such a way that named could
fail to listen on an interface if there were more interfaces than
tcp-clients. when checking the quota to start accepting on an
interface, if the number of active clients was above zero, then
it was presumed that some other client was able to handle accepting
new connections. this, however, ignored the fact that the current client
could be included in that count, so if the quota was already exceeded
before all the interfaces were listening, some interfaces would never
listen.

we now check whether the current client has been marked active; if so,
then the number of active clients on the interface must be greater
than 1, not 0.

(cherry picked from commit 02365b87ea0b1ea5ea8b17376f6734c811c95e61)
(cherry picked from commit cae79e1bab)
2019-04-25 16:32:05 +02:00
..
bind9 don't fail when allow-update{,-forwarding} is used globally 2019-03-21 21:17:49 -07:00
dns compute the RSAMD5 key id 2019-04-24 08:05:27 +10:00
irs Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
isc refactor tcpquota and pipeline refs; allow special-case overrun in isc_quota 2019-04-25 16:32:05 +02:00
isccc Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
isccfg mark "dnssec-enable" as obsolete in the parser 2019-03-14 23:29:07 -07:00
ns restore allowance for tcp-clients < interfaces 2019-04-25 16:32:05 +02:00
samples Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
win32/bindevt Convert *.vcxproj.user to CRLF line endings 2019-03-08 18:01:48 +01:00
.gitignore added gitignore, removed cvsignore 2012-03-03 23:10:05 -08:00
Kyuafile link in lib/isccc/tests/Kyuafile 2018-11-13 07:23:36 +11:00
Makefile.in remove lib/tests as nothing uses it anymore 2018-03-09 14:12:50 -08:00