Skip to content

Commit e22c95d

Browse files
committed
Add SO_RCVBUFFORCE in Android
1 parent ec1e5ab commit e22c95d

File tree

1 file changed

+1
-0
lines changed
  • src/unix/notbsd/linux/other/b32

1 file changed

+1
-0
lines changed

src/unix/notbsd/linux/other/b32/arm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ pub const SO_SNDLOWAT: ::c_int = 19;
8888
pub const SO_RCVTIMEO: ::c_int = 20;
8989
pub const SO_SNDTIMEO: ::c_int = 21;
9090
pub const SO_SNDBUFFORCE: ::c_int = 32;
91+
pub const SO_RCVBUFFORCE: ::c_int = 33;
9192

9293
pub const FIOCLEX: ::c_ulong = 0x5451;
9394
pub const FIONBIO: ::c_ulong = 0x5421;

0 commit comments

Comments
 (0)