Files
bind9/lib
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-18 10:03:05 +02:00
2020-09-11 12:17:57 -07:00
2020-08-20 12:05:01 -07:00
2020-05-21 12:13:01 +02:00