We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2919199 commit 874b0c9Copy full SHA for 874b0c9
src/shims/unix/socket.rs
@@ -23,6 +23,8 @@ struct SocketPair {
23
readbuf: Rc<RefCell<Buffer>>,
24
/// When a socketpair instance is created, two socketpair file descriptions are generated.
25
/// The peer_fd field holds a weak reference to the file description of peer socketpair.
26
+ // TODO: It might be possible to retrieve writebuf from peer_fd and remove the writebuf
27
+ // field above.
28
peer_fd: WeakFileDescriptionRef,
29
is_nonblock: bool,
30
}
0 commit comments