File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ impl TcpStream {
562
562
563
563
/// Gets the value of the `IPV6_UNICAST_HOPS` option on this socket.
564
564
///
565
- /// For more information about this option, see [`UdpSocket::set_hop_limit_ipv6 `].
565
+ /// For more information about this option, see [`TcpStream::set_hop_limit_v6 `].
566
566
///
567
567
/// # Examples
568
568
///
@@ -602,7 +602,7 @@ impl TcpStream {
602
602
603
603
/// Gets the value of the `IPV6_MULTICAST_HOPS` option on this socket.
604
604
///
605
- /// For more information about this option, see [`UdpSocket::set_hop_limit_ipv6 `].
605
+ /// For more information about this option, see [`TcpStream::set_multicast_hlim_v6 `].
606
606
///
607
607
/// # Examples
608
608
///
@@ -1015,7 +1015,7 @@ impl TcpListener {
1015
1015
1016
1016
/// Gets the value of the `IPV6_UNICAST_HOPS` option on this socket.
1017
1017
///
1018
- /// For more information about this option, see [`UdpSocket::set_hop_limit_ipv6 `].
1018
+ /// For more information about this option, see [`TcpListener::set_hop_limit_v6 `].
1019
1019
///
1020
1020
/// # Examples
1021
1021
///
@@ -1053,7 +1053,7 @@ impl TcpListener {
1053
1053
1054
1054
/// Gets the value of the `IPV6_MULTICAST_HOPS` option on this socket.
1055
1055
///
1056
- /// For more information about this option, see [`UdpSocket::set_hop_limit_ipv6 `].
1056
+ /// For more information about this option, see [`TcpListener::set_multicast_hlim_v6 `].
1057
1057
///
1058
1058
/// # Examples
1059
1059
///
Original file line number Diff line number Diff line change @@ -575,7 +575,7 @@ impl UdpSocket {
575
575
576
576
/// Gets the value of the `IPV6_UNICAST_HOPS` option on this socket.
577
577
///
578
- /// For more information about this option, see [`UdpSocket::set_hop_limit_ipv6 `].
578
+ /// For more information about this option, see [`UdpSocket::set_hop_limit_v6 `].
579
579
///
580
580
/// # Examples
581
581
///
@@ -613,7 +613,7 @@ impl UdpSocket {
613
613
614
614
/// Gets the value of the `IPV6_MULTICAST_HOPS` option on this socket.
615
615
///
616
- /// For more information about this option, see [`UdpSocket::set_hop_limit_ipv6 `].
616
+ /// For more information about this option, see [`UdpSocket::set_multicast_hlim_v6 `].
617
617
///
618
618
/// # Examples
619
619
///
You can’t perform that action at this time.
0 commit comments