We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2ad16 commit 9dda3c7Copy full SHA for 9dda3c7
src/socket.rs
@@ -955,7 +955,7 @@ fn into_linger(duration: Option<Duration>) -> sys::linger {
955
/// * Linux: <https://man7.org/linux/man-pages/man7/ip.7.html>
956
/// * Windows: <https://docs.microsoft.com/en-us/windows/win32/winsock/ipproto-ip-socket-options>
957
impl Socket {
958
- /// Get the value of the `IP_TRANSPARENTF` option on this socket.
+ /// Get the value of the `IP_TRANSPARENT` option on this socket.
959
///
960
/// For more information about this option, see [`set_ip_transparent`].
961
0 commit comments