Skip to content

Commit

Permalink
Update src/sys/unix.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas de Zeeuw <[email protected]>
  • Loading branch information
keithmattix and Thomasdezeeuw authored Nov 25, 2024
1 parent 674415a commit 65037f4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/sys/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 65037f4

Please sign in to comment.