Skip to content

Raise listen backlog for Unix sockets to match std #1872

Open
@Mark-Simulacrum

Description

@Mark-Simulacrum

Mio uses 1024 rather than -1 to listen by default in a few cases:

std has moved to using -1 or equivalent to prefer the largest possible backlog instead, and mio should probably match that? It would help ensure that applications moving between creating sockets in std and in mio get mostly equivalent behavior for this queue.

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