fixup! Active sockets and handles tracing

This commit is contained in:
Evan Hunt
2020-09-03 12:37:10 -07:00
parent 128acf9fac
commit 600364259a

View File

@@ -52,8 +52,12 @@
#define ISC_NETMGR_RECVBUF_SIZE (65536)
#endif
#define NETMGR_TRACE 1
/*
* Define NETMGR_TRACE to activate tracing of handles and sockets.
* This will impair performance but enables us to quickly determine,
* if netmgr resources haven't been cleaned up on shutdown, which ones
* are still in use.
*/
#ifdef NETMGR_TRACE
#define TRACE_SIZE 8
#endif