Skip to content

Commit 7f790e2

Browse files
committed
Merge branch 'set_ipv6_sock_hop_limit' of github.com:Mallets/rust into set_ipv6_sock_hop_limit
2 parents 9eb1e7f + 4105e54 commit 7f790e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: library/std/src/net/tcp.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ impl TcpStream {
548548
self.0.ttl()
549549
}
550550

551-
// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
551+
/// Sets the value for the `IPV6_UNICAST_HOPS` option on this socket.
552552
///
553553
/// This value sets the unicast hop limit field that is used in every packet
554554
/// sent from this socket.

0 commit comments

Comments
 (0)