It appears that the TCP4Active and TCP6Active gauges are failing to decrement, as far as I can tell probably only for inbound TCP connections. I can see this behaviour in 9.10-HEAD, 9.11-HEAD and master. Looking in lib/isc/unix/socket.c I see two places where the counter is incremented but only one where it's decremented, the latter being in socketclose().