Expose address from SockAddr for unix domains
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 870
- Forks
- 305
- PR merge metrics
- No merged PRs in 30d
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 (https://github.com/tokio-rs/mio/pull/1610#issuecomment-1218388105) and, if used, would need to expose the address of unix sockets from SocketAddr to mirror the implementation of SocketAddr in mio for unix
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the existing vsock_address API in SockAddr with mio's SocketAddr::as_pathname implementation and the linked UDS-on-Windows context. Done means exposing a unix socket path from SockAddr in a way that can mirror the mio API for the proposed mio/tokio backend.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- networking
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100