We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1e5ab commit e22c95dCopy full SHA for e22c95d
src/unix/notbsd/linux/other/b32/arm.rs
@@ -88,6 +88,7 @@ pub const SO_SNDLOWAT: ::c_int = 19;
88
pub const SO_RCVTIMEO: ::c_int = 20;
89
pub const SO_SNDTIMEO: ::c_int = 21;
90
pub const SO_SNDBUFFORCE: ::c_int = 32;
91
+pub const SO_RCVBUFFORCE: ::c_int = 33;
92
93
pub const FIOCLEX: ::c_ulong = 0x5451;
94
pub const FIONBIO: ::c_ulong = 0x5421;
0 commit comments