Further restrict the underlying FDs in UnixSender and UnixReceiver
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.1k
- Forks
- 161
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 1
Description
UnixSender could use shutdown(SHUT_RD)
UnixReceiver could use shutdown(SHUT_WR)
Contributor guide
No contributing guide indexed for this repository
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
Locate the UnixSender and UnixReceiver definitions and read how their underlying file descriptors are created and managed. Verify the requested shutdown directions against the existing Unix channel behavior, then run the project’s tests to confirm that both sender and receiver continue to work with the restricted descriptors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- operating-systems
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100