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 c67f051 commit ba0afe1Copy full SHA for ba0afe1
src/socket.rs
@@ -2095,8 +2095,8 @@ impl Socket {
2095
feature = "all",
2096
any(target_os = "android", target_os = "linux", target_os = "windows")
2097
))]
2098
- pub fn original_dst_ipv6(&self) -> io::Result<SockAddr> {
2099
- sys::original_dst_ipv6(self.as_raw())
+ pub fn original_dst_v6(&self) -> io::Result<SockAddr> {
+ sys::original_dst_v6(self.as_raw())
2100
}
2101
2102
0 commit comments