File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -1227,6 +1227,7 @@ pub const TCP_QUEUE_SEQ: ::c_int = 21;
1227
1227
pub const TCP_REPAIR_OPTIONS : :: c_int = 22 ;
1228
1228
pub const TCP_FASTOPEN : :: c_int = 23 ;
1229
1229
pub const TCP_TIMESTAMP : :: c_int = 24 ;
1230
+ pub const TCP_FASTOPEN_CONNECT : :: c_int = 30 ;
1230
1231
1231
1232
#[ doc( hidden) ]
1232
1233
#[ deprecated( since = "0.2.55" , note = "Use SIGSYS instead" ) ]
Original file line number Diff line number Diff line change @@ -410,6 +410,7 @@ pub const TCP_QUEUE_SEQ: ::c_int = 21;
410
410
pub const TCP_REPAIR_OPTIONS : :: c_int = 22 ;
411
411
pub const TCP_FASTOPEN : :: c_int = 23 ;
412
412
pub const TCP_TIMESTAMP : :: c_int = 24 ;
413
+ pub const TCP_FASTOPEN_CONNECT : :: c_int = 30 ;
413
414
414
415
/* DCCP socket options */
415
416
pub const DCCP_SOCKOPT_PACKET_SIZE : :: c_int = 1 ;
Original file line number Diff line number Diff line change @@ -271,6 +271,7 @@ pub const TCP_QUEUE_SEQ: ::c_int = 21;
271
271
pub const TCP_REPAIR_OPTIONS : :: c_int = 22 ;
272
272
pub const TCP_FASTOPEN : :: c_int = 23 ;
273
273
pub const TCP_TIMESTAMP : :: c_int = 24 ;
274
+ pub const TCP_FASTOPEN_CONNECT : :: c_int = 30 ;
274
275
275
276
#[ deprecated( since = "0.2.55" , note = "Use SIGSYS instead" ) ]
276
277
pub const SIGUNUSED : :: c_int = :: SIGSYS ;
You can’t perform that action at this time.
0 commit comments