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 e3469c1 commit b9ae9e9Copy full SHA for b9ae9e9
src/socket.rs
@@ -925,7 +925,7 @@ fn into_linger(duration: Option<Duration>) -> sys::linger {
925
/// * Linux: <https://man7.org/linux/man-pages/man7/ip.7.html>
926
/// * Windows: <https://docs.microsoft.com/en-us/windows/win32/winsock/ipproto-ip-socket-options>
927
impl Socket {
928
- /// Get the value of the `IP_TRANSPARENTF` option on this socket.
+ /// Get the value of the `IP_TRANSPARENT` option on this socket.
929
///
930
/// For more information about this option, see [`set_ip_transparent`].
931
0 commit comments