QueueState.activeConns

The number of active connections (from the time they are accept()ed until they are closed when the worked task finishes).

struct QueueState
size_t activeConns;

Meta