-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.

Description
I'm interested in an official way of transferring a socket from Node.js (net.Socket / tls.TLSSocket) representation to the native representation (file descriptor / SOCKET descriptor + SSL pointer).
This can be used to transfer a connection from JS land into an addon, and have the addon manage the connection way more efficient.
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.netIssues and PRs related to the net subsystem.Issues and PRs related to the net subsystem.