-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Closed as not planned
Labels
dgramIssues and PRs related to the dgram subsystem / UDP.Issues and PRs related to the dgram subsystem / UDP.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.
Description
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
Labels
dgramIssues and PRs related to the dgram subsystem / UDP.Issues and PRs related to the dgram subsystem / UDP.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.