Files
bind9/lib
Witold Kręcicki 28b8ac016b allow tcpdns sockets to self-reference while connected
A TCPDNS socket creates a handle for each complete DNS message.

Previously, when all the handles were disconnected, the socket
would be closed, but the wrapped TCP socket might still have
more to read.

Now, when a connection is established, the TCPDNS socket creates
a reference to itself by attaching itself to sock->self. This
reference isn't cleared until the connection is closed via
EOF, timeout, or server shutdown. This allows the socket to remain
open even when there are no active handles for it.
2020-06-09 17:55:44 -07:00
..
2020-06-05 13:19:49 +02:00
2020-06-05 18:56:40 -07:00
2020-06-05 13:19:49 +02:00
2020-06-05 13:19:49 +02:00
2020-06-05 13:19:49 +02:00
2020-05-21 12:13:01 +02:00