Skip to content

Commit 6082050

Browse files
adding method to retrieve recv hoplimit, and adding tests
1 parent f107310 commit 6082050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/socket.rs

+1
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,7 @@ impl Socket {
20272027
#[cfg(all(
20282028
feature = "all",
20292029
not(any(
2030+
windows,
20302031
target_os = "dragonfly",
20312032
target_os = "fuchsia",
20322033
target_os = "illumos",

0 commit comments

Comments
 (0)