Re: 2 forwarded messages...DNSEXT discussion of Day and Kaminsky
Matthew Dempsky <[email protected]>
| Newsgroups | gmane.network.djbdns |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Mar 1, 2009 at 9:23 AM, Simon Casady <[email protected]> wrote: > The fd of sockets pushed off the queue are never closed. dns_transmit_start() calls dns_transmit_free(), which calls socketfree(), which closes any currently open outbound query socket. t_new() calls t_close() or t_drop() (which calls t_close() too), and t_close() closes the inbound TCP query socket.