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.
2 parents edbb0d5 + 379e6fc commit 3dc0b55Copy full SHA for 3dc0b55
src/libstd/net/udp.rs
@@ -324,7 +324,7 @@ impl UdpSocket {
324
self.0.recv(buf)
325
}
326
327
- /// Moves this TCP stream into or out of nonblocking mode.
+ /// Moves this UDP socket into or out of nonblocking mode.
328
///
329
/// On Unix this corresponds to calling fcntl, and on Windows this
330
/// corresponds to calling ioctlsocket.
0 commit comments