Left for archival purposes.

User avatar
By ThomasW
#4049 The build from 2014-11-23 introduced a hard memory limit for accepting incoming tcp-connections - would it be difficult to make this limit configurable at runtime?

I tried to achieve this by immediately closing the socket in the "connection" event in case of low memory but that can't be as stable as desired as there is already some memory allocated at this point and takes some time to recover

Thomas