Home
last modified time | relevance | path

Searched defs:max_ack_delay (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/frames/
H A Dquic_ack_frequency_frame.cc14 uint64_t packet_tolerance, QuicTime::Delta max_ack_delay) in QuicAckFrequencyFrame()
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dtransport_parameters.h223 IntegerParameter max_ack_delay; member
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/recovery/
Dmod.rs101 pub max_ack_delay: Duration, field
175 pub max_ack_delay: Duration, field
/aosp_15_r20/external/rust/crates/quiche/src/recovery/
Dmod.rs101 pub max_ack_delay: Duration, field
175 pub max_ack_delay: Duration, field
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/
H A Dquic_sent_packet_manager_test.cc2766 QuicTime::Delta max_ack_delay) { in MakePacketWithAckFrequencyFrame()
/aosp_15_r20/external/rust/crates/quiche/src/
Dlib.rs6345 let max_ack_delay = in process_peer_transport_params() localVariable
7557 pub max_ack_delay: u64, field
7689 let max_ack_delay = val.get_varint()?; in decode() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/src/
Dlib.rs6345 let max_ack_delay = in process_peer_transport_params() localVariable
7557 pub max_ack_delay: u64, field
7689 let max_ack_delay = val.get_varint()?; in decode() localVariable