Skip to content

socket.create_server: dualstack_ipv6 and family #129994

@AEErshov

Description

@AEErshov

Documentation

Calling socket.create_server with dualstack_ipv6=True expect family=AF_INET. For example:

socket.create_server(("", 12345), family=socket.AF_INET, dualstack_ipv6=True)

raise ValueError.

There is nothing about it docs. We should add this constrain in docs.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    Status

    Todo

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions