We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973c3e1 commit 08b2969Copy full SHA for 08b2969
libc-test/semver/apple.txt
@@ -1349,6 +1349,7 @@ TAB2
1349
TAB3
1350
TABDLY
1351
TCP_FASTOPEN
1352
+TCP_FASTOPEN_FORCE_ENABLE
1353
TCP_KEEPALIVE
1354
TCP_KEEPCNT
1355
TCP_KEEPINTVL
src/unix/bsd/apple/mod.rs
@@ -3657,6 +3657,8 @@ pub const TCP_KEEPINTVL: ::c_int = 0x101;
3657
pub const TCP_KEEPCNT: ::c_int = 0x102;
3658
/// Enable/Disable TCP Fastopen on this socket
3659
pub const TCP_FASTOPEN: ::c_int = 0x105;
3660
+/// Disable/Enable TCP Fastopen backoff mechanism.
3661
+pub const TCP_FASTOPEN_FORCE_ENABLE: ::c_int = 0x218;
3662
3663
pub const SOL_LOCAL: ::c_int = 0;
3664
0 commit comments