Skip to content

Ticket #549: Sockets bugfix: nb of connections per listener was not updated correctly

Vincent Monfort requested to merge 549_bugfixes into master

The limit of connections per listener is set to avoid an endpoint to allocate all available socket. The number of connections per listener was not decrease in case of socket closure by client side

Merge request reports