Searched refs:MAX_UDP_PAYLOAD_SIZE (Results 1 – 3 of 3) sorted by relevance
17 constexpr static const uintptr_t MAX_UDP_PAYLOAD_SIZE = 1350; variable
28 pub const MAX_UDP_PAYLOAD_SIZE: usize = 1350; constant188 let mut buf = [0; MAX_UDP_PAYLOAD_SIZE]; in flush_egress()
19 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()