From 65037f406e04789e3a7056bcb17dbc05f24fd866 Mon Sep 17 00:00:00 2001 From: Keith Mattix II Date: Mon, 25 Nov 2024 08:02:47 -0600 Subject: [PATCH] Update src/sys/unix.rs Co-authored-by: Thomas de Zeeuw --- src/sys/unix.rs | 4 ---- 1 file changed, 4 deletions(-) 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")