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 1d9e5fb commit 1b4ef50Copy full SHA for 1b4ef50
src/unix/linux_like/linux/mod.rs
@@ -2322,6 +2322,14 @@ pub const ALG_SET_AEAD_AUTHSIZE: ::c_int = 5;
2322
pub const ALG_OP_DECRYPT: ::c_int = 0;
2323
pub const ALG_OP_ENCRYPT: ::c_int = 1;
2324
2325
+// include/uapi/linux/udp.h
2326
+pub const UDP_CORK: ::c_int = 1;
2327
+pub const UDP_ENCAP: ::c_int = 100;
2328
+pub const UDP_NO_CHECK6_TX: ::c_int = 101;
2329
+pub const UDP_NO_CHECK6_RX: ::c_int = 102;
2330
+pub const UDP_SEGMENT: ::c_int = 103;
2331
+pub const UDP_GRO: ::c_int = 104;
2332
+
2333
// include/uapi/linux/mman.h
2334
pub const MAP_SHARED_VALIDATE: ::c_int = 0x3;
2335
0 commit comments