Skip to content

Hardcoded 128 backlog in TCPListener #55614

Closed
@Fensteer

Description

@Fensteer

In the TCPListener implementation, listen backlog is hardcoded to 128 (here).
It would be usefull to make it parametrized when binding the socket, for specific usages for example :

  • Limit number of connection to the backlog
  • Handle more than 128 or a specific number of connections.

What do you think about ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-feature-requestCategory: A feature request, i.e: not implemented / a PR.T-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions