-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use std::os::unix::net::UnixStream::pair instead of rustix::net::sock…
…etpair Assuming UnixStream in std is more widely used / battle tested, and has more eyes on it. Also, UnixStream is a higher-level wrapper, even though we are just directly converting it into OwnedFd for now. Signed-off-by: Teoh Han Hui <[email protected]>
- Loading branch information
1 parent
e35c7da
commit a5b11b1
Showing
3 changed files
with
18 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters