Home
last modified time | relevance | path

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

/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/
H A Dquic_datagrams.rs163 OutgoingDatagramOutcome::DroppedQueueFull, in add_datagram()
H A Devents.rs23 DroppedQueueFull, enumerator
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-transport/src/connection/tests/
H A Ddatagram.rs323 …gDatagramOutcome { id, outcome } if id == 1 && outcome == OutgoingDatagramOutcome::DroppedQueueFull in outgoing_datagram_queue_full()