TTaskPoolServer.maxActiveConns

The maximum number of client connections open at the same time. Zero for no limit, which is the default.

If this limit is reached, no clients are accept()ed from the server transport any longer until another connection has been closed again.

class TTaskPoolServer
size_t maxActiveConns;

Meta