Skip to content

Commit

Permalink
Auto merge of #701 - ndusart:rcvbufforce, r=alexcrichton
Browse files Browse the repository at this point in the history
add SO_RCVBUFFORCE for s390x
  • Loading branch information
bors committed Jul 27, 2017
2 parents f9119d5 + 2560cda commit 5b519f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/notbsd/linux/s390x.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 5b519f6

Please sign in to comment.