Skip to content

socketpool.Socket is missing getaddrinfo #4394

Open
@johncblacker

Description

@johncblacker

Documentation includes:
socket.getaddrinfo(host: str, port: int) → Tuple[int, int, int, str, str]
Gets the address information for a hostname and port

Returns the appropriate family, socket type, socket protocol and address information to call socket.socket() and socket.connect() with, as a tuple.
But it has not been implemented on the esp32-s2 port. Just wanted to insert this as a reminder.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions