You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There exists basic support for AF_VSOCK sockets implemented in #19434.
Could support for such sockets please be added to the net module? For example net.FileListener can operate on TCP and UNIX sockets, but fails on vsock sockets.
Proposal Details
There exists basic support for
AF_VSOCKsockets implemented in #19434.Could support for such sockets please be added to the net module? For example
net.FileListenercan operate on TCP and UNIX sockets, but fails on vsock sockets.