Closed

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.