Files
bind9/lib/isc
Witold Kręcicki 00e04a86c8 tracing of active sockets and handles
If NETMGR_TRACE is defined, we now maintain a list of active sockets
in the netmgr object and a list of active handles in each socket
object; by walking the list and printing `backtrace` in a debugger
we can see where they were created, to assist in in debugging of
reference counting errors.

On shutdown, if netmgr finds there are still active sockets after
waiting, isc__nm_dump_active() will be called to log the list of
active sockets and their underlying handles, along with some details
about them.
2020-09-11 12:17:57 -07:00
..
2020-08-06 09:10:06 +02:00
2020-06-05 13:19:49 +02:00
2020-04-21 14:19:48 +02:00
2020-09-09 14:12:29 +10:00
2020-06-25 12:04:36 +10:00
2020-06-05 13:19:49 +02:00
2020-05-12 22:01:54 +10:00