Skip to content

Commit 2560cda

Browse files
committed
add SO_RCVBUFFORCE for s390x
1 parent f9119d5 commit 2560cda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/s390x.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,7 @@ pub const SO_RCVLOWAT: ::c_int = 18;
509509
pub const SO_SNDLOWAT: ::c_int = 19;
510510
pub const SO_ACCEPTCONN: ::c_int = 30;
511511
pub const SO_SNDBUFFORCE: ::c_int = 32;
512+
pub const SO_RCVBUFFORCE: ::c_int = 33;
512513

513514
pub const TCP_COOKIE_TRANSACTIONS: ::c_int = 15;
514515
pub const TCP_THIN_LINEAR_TIMEOUTS: ::c_int = 16;

0 commit comments

Comments
 (0)