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.
2 parents 6ab0359 + feb971a commit c20064fCopy full SHA for c20064f
src/unix/solarish/solaris.rs
@@ -33,8 +33,8 @@ pub const AF_LOCAL: ::c_int = 0;
33
pub const AF_FILE: ::c_int = 0;
34
35
pub const TCP_KEEPIDLE: ::c_int = 0x1d;
36
-pub const TCP_KEEPCNT: ::c_int = 0x1e;
37
-pub const TCP_KEEPINTVL: ::c_int = 0x1f;
+pub const TCP_KEEPINTVL: ::c_int = 0x1e;
+pub const TCP_KEEPCNT: ::c_int = 0x1f;
38
39
pub const F_DUPFD_CLOEXEC: ::c_int = 47;
40
pub const F_DUPFD_CLOFORK: ::c_int = 49;
0 commit comments