You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rollup merge of rust-lang#138744 - Mallets:set_ipv6_sock_hop_limit, r=dtolnay
Add methods to TCP and UDP sockets to modify hop limit (refresh of rust-lang#94678)
rust-lang#94678 was closed because of time constraints of the original author (``@kckeiks).``
This PR is a refresh of rust-lang#94678 where the original proposed changes are ported to the current status of the standard library.
In addition, this PR:
- implements the change suggested in rust-lang#94678 (comment)
- defines `set_multicast_hop_limit_v6` and `multicast_hop_limit_v6 ` only for UDP sockets and not for TCP sockets as originally proposed
Issue: rust-lang#139166
0 commit comments