Home
last modified time | relevance | path

Searched refs:MAX_UDP_PAYLOAD_SIZE (Results 1 – 3 of 3) 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
188 let mut buf = [0; MAX_UDP_PAYLOAD_SIZE]; in flush_egress()
Ddns_https_frontend.rs19 use super::client::{ClientMap, ConnectionID, CONN_ID_LEN, DNS_HEADER_SIZE, MAX_UDP_PAYLOAD_SIZE};
452 quiche_config.set_max_recv_udp_payload_size(MAX_UDP_PAYLOAD_SIZE); in create_quiche_config()