Skip to content
Snippets Groups Projects
Unverified Commit 4eb6331c authored by Yuki Okushi's avatar Yuki Okushi
Browse files

Remove `TCP_FASTOPEN_CONNECT` from emscripten

parent be0347bb
No related branches found
No related tags found
No related merge requests found
......@@ -1227,7 +1227,6 @@ pub const TCP_QUEUE_SEQ: ::c_int = 21;
pub const TCP_REPAIR_OPTIONS: ::c_int = 22;
pub const TCP_FASTOPEN: ::c_int = 23;
pub const TCP_TIMESTAMP: ::c_int = 24;
pub const TCP_FASTOPEN_CONNECT: ::c_int = 30;
#[doc(hidden)]
#[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment