The handler thread only accepts connections on a blocking TCP socket and starts new sessions in another thread, if the address of the client is not blocked by the server.
See Implementation
The handler thread only accepts connections on a blocking TCP socket and starts new sessions in another thread, if the address of the client is not blocked by the server.