Open
Description
It would be nice to be able to access the path of a unix socket from SockAddr
similar to vsock_address
socket2
is being considered as a backend for UDS on windows in mio
/tokio
(tokio-rs/mio#1610 (comment)) and, if used, would need to expose the address of unix sockets from SocketAddr
to mirror the implementation of SocketAddr in mio
for unix