We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e32674 + 0001ad3 commit 50634b9Copy full SHA for 50634b9
src/unix/linux_like/android/mod.rs
@@ -1202,6 +1202,9 @@ pub const SO_SNDLOWAT: ::c_int = 19;
1202
pub const SO_RCVTIMEO: ::c_int = 20;
1203
pub const SO_SNDTIMEO: ::c_int = 21;
1204
pub const SO_BINDTODEVICE: ::c_int = 25;
1205
+pub const SO_ATTACH_FILTER: ::c_int = 26;
1206
+pub const SO_DETACH_FILTER: ::c_int = 27;
1207
+pub const SO_GET_FILTER: ::c_int = SO_ATTACH_FILTER;
1208
pub const SO_TIMESTAMP: ::c_int = 29;
1209
pub const SO_ACCEPTCONN: ::c_int = 30;
1210
pub const SO_PEERSEC: ::c_int = 31;
0 commit comments