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;
12271227pub const TCP_REPAIR_OPTIONS : :: c_int = 22 ;
12281228pub const TCP_FASTOPEN : :: c_int = 23 ;
12291229pub const TCP_TIMESTAMP : :: c_int = 24 ;
1230+ pub const TCP_FASTOPEN_CONNECT : :: c_int = 30 ;
12301231
12311232#[ doc( hidden) ]
12321233#[ 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;
410410pub const TCP_REPAIR_OPTIONS : :: c_int = 22 ;
411411pub const TCP_FASTOPEN : :: c_int = 23 ;
412412pub const TCP_TIMESTAMP : :: c_int = 24 ;
413+ pub const TCP_FASTOPEN_CONNECT : :: c_int = 30 ;
413414
414415/* DCCP socket options */
415416pub 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;
271271pub const TCP_REPAIR_OPTIONS : :: c_int = 22 ;
272272pub const TCP_FASTOPEN : :: c_int = 23 ;
273273pub const TCP_TIMESTAMP : :: c_int = 24 ;
274+ pub const TCP_FASTOPEN_CONNECT : :: c_int = 30 ;
274275
275276#[ deprecated( since = "0.2.55" , note = "Use SIGSYS instead" ) ]
276277pub const SIGUNUSED : :: c_int = :: SIGSYS ;
You can’t perform that action at this time.
0 commit comments