Allow file descriptor to be passed to UDP socket - just as one can for TCP/Unix sockets #14961
Labels
dgram
Issues and PRs related to the dgram subsystem / UDP.
feature request
Issues that request new features to be added to Node.js.
In the net API (https://nodejs.org/api/net.html) Node allows the reception of an existing socket via its file descriptor - in the server.listen(handle[, backlog][, callback]) API. This is, among other things, useful when receiving the listening socket from a supervising daemon.
Unfortunately no such possibility appears to exist for the dgram API (https://nodejs.org/api/dgram.html).
This is a request to add such a feature in the future.
Thanks.
The text was updated successfully, but these errors were encountered: