mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-16 21:15:18 +03:00
@@ -324,7 +324,7 @@ pub fn recv(&self, buf: &mut [u8]) -> io::Result<usize> {
|
||||
self.0.recv(buf)
|
||||
}
|
||||
|
||||
/// Moves this TCP stream into or out of nonblocking mode.
|
||||
/// Moves this UDP socket into or out of nonblocking mode.
|
||||
///
|
||||
/// On Unix this corresponds to calling fcntl, and on Windows this
|
||||
/// corresponds to calling ioctlsocket.
|
||||
|
||||
Reference in New Issue
Block a user