Skip to content

CircuitPython 9.0.0 will require SO.REUSEADDR for socket reuse #83

Closed
@dhalbert

Description

@dhalbert

CircuitPython 9.0.0-beta.1 will include this PR:

This makes the semantics of socket reuse as it is in CPython. One would need to use socket.setsockopt(pool.SOL_SOCKET, pool.SO_REUSEADDR, 1) in the same cases one would use it in CPython.

HTTPServer maintainers: Is this a breaking change for use of adafruit_httpserver or for the examples? Thanks for looking.

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