Skip to content
Snippets Groups Projects
Commit 2560cda3 authored by Nicolas Dusart's avatar Nicolas Dusart
Browse files

add SO_RCVBUFFORCE for s390x

parent f9119d51
No related branches found
No related tags found
No related merge requests found
......@@ -509,6 +509,7 @@ pub const SO_RCVLOWAT: ::c_int = 18;
pub const SO_SNDLOWAT: ::c_int = 19;
pub const SO_ACCEPTCONN: ::c_int = 30;
pub const SO_SNDBUFFORCE: ::c_int = 32;
pub const SO_RCVBUFFORCE: ::c_int = 33;
pub const TCP_COOKIE_TRANSACTIONS: ::c_int = 15;
pub const TCP_THIN_LINEAR_TIMEOUTS: ::c_int = 16;
......
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