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 13f4ec8 commit 3524302Copy full SHA for 3524302
library/std/src/net/tcp.rs
@@ -554,7 +554,7 @@ impl TcpStream {
554
self.0.ttl()
555
}
556
557
- // Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
+ /// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
558
///
559
/// This value sets the unicast hop limit field that is used in every packet
560
/// sent from this socket.
0 commit comments