Home
last modified time | relevance | path

Searched refs:h3_srv (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/quiche/src/h3/
Dmod.rs2709 let h3_srv = Connection::new(&config, true).unwrap(); in uni_stream_local_counting() localVariable
2710 assert_eq!(h3_srv.next_uni_stream_id, 3); in uni_stream_local_counting()