Skip to content

dgram.createSocket udp4 udp6 at sametime #51084

@introspection3

Description

@introspection3

What is the problem this feature will solve?

dgram.createSocket udp4 udp6 at sametime

let udpServer = dgram.createSocket('udp4and6');
udpServer.bind(port);

What is the feature you are proposing to solve the problem?

dgram.createSocket udp4 udp6 at sametime

What alternatives have you considered?

no

Metadata

Metadata

Assignees

No one assigned

    Labels

    dgramIssues and PRs related to the dgram subsystem / UDP.feature requestIssues that request new features to be added to Node.js.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions