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 9eb1e7f + 4105e54 commit 7f790e2Copy full SHA for 7f790e2
library/std/src/net/tcp.rs
@@ -548,7 +548,7 @@ impl TcpStream {
548
self.0.ttl()
549
}
550
551
- // Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
+ /// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
552
///
553
/// This value sets the unicast hop limit field that is used in every packet
554
/// sent from this socket.
0 commit comments