diff --git a/src/sys/unix.rs b/src/sys/unix.rs index dc2b256d..da1ff078 100644 --- a/src/sys/unix.rs +++ b/src/sys/unix.rs @@ -1406,10 +1406,6 @@ pub(crate) const fn to_mreqn( } } -/// Get the value for the `SO_ORIGINAL_DST` option on this socket. -/// -/// This value contains the original destination IPv4 address of the connection -/// redirected using `iptables` `REDIRECT` or `TPROXY`. #[cfg(all( feature = "all", any(target_os = "android", target_os = "fuchsia", target_os = "linux")