This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Description
[Patrick]
- some folks will question why the server socket API doesn't contain a
backlog attribute that corresponds to the listen() system call that is
traditionally part of the socket API
[Ke-Fong]: Yes, it should be added.
[Claes] If I remember correctly it was said that the maximum number of connection requests that can be queued before the system starts rejecting incoming requests should not be controllable by web applications. But this might be a mistake so the attribute can easily be added if required.