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

Defining TCPServerSocket backlog (maximum number of connection requests) #45

@ClaesNilsson

Description

@ClaesNilsson

[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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions