Home
last modified time | relevance | path

Searched defs:MAX_UDP_PAYLOAD_SIZE (Results 1 – 2 of 2) sorted by relevance

/packages/modules/DnsResolver/doh/tests/doh_frontend/include/
Dlib.rs.h17 constexpr static const uintptr_t MAX_UDP_PAYLOAD_SIZE = 1350; variable
/packages/modules/DnsResolver/doh/tests/doh_frontend/src/
Dclient.rs28 pub const MAX_UDP_PAYLOAD_SIZE: usize = 1350; constant