]> git.ipfire.org Git - thirdparty/bind9.git/commit
Ignore TCP dispatches in DNS_DISPATCHSTATE_NONE state
authorOndřej Surý <ondrej@isc.org>
Mon, 19 Dec 2022 13:26:31 +0000 (14:26 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 21 Dec 2022 12:41:15 +0000 (12:41 +0000)
commit3edccaf0c7477cbc5f0589dd36323687e428694c
tree1b14394ff00afa95a3c8eaea6d85d98bb345d2cc
parent5cc12ab92cc1e84f629c13887c50e0a1ed39b6c6
Ignore TCP dispatches in DNS_DISPATCHSTATE_NONE state

The TCP dispatches in DNS_DISPATCHSTATE_NONE could be either very
fresh or those could be dispatches that failed connecting to the
destination.  Ignore them when trying to connect to an existing
TCP dispatch via dns_dispatch_gettcp().
lib/dns/dispatch.c