Lines Matching full:manager
4 The QUIC frame-in-flight manager is responsible for tracking frames which were
6 designated as lost by the ACK manager. The ACK manager works on the level of
7 packets, whereas the QUIC frame-in-flight manager (FIFM) works on the level of
13 - the Transmitted Packet Information Manager (TXPIM); and
67 special case by the QUIC Send Stream Manager. `CRYPTO` frame retransmission
68 can also be handled using a QUIC Send Stream manager. (`CRYPTO` frames could
86 - The ability to determine, when the ACK Manager determines that a packet has
92 This is needed so that the QUIC Send Stream Manager for a given stream
100 This is needed so that the QUIC Send Stream Manager can be informed for a
273 The Transmitted Packet Information Manager (TXPIM)
278 The Transmitted Packet Information Manager (`QUIC_TXPIM`) is responsible for
301 Manager's `QUIC_ACKM_TX_PKT` structure into its per-packet bookkeeping
305 the ACK Manager data, and submit it via the FIFD which we introduce below.
315 * QUIC Transmitted Packet Information Manager
410 the ACK Manager.
414 the ACK Manager as a transmitted packet and provides its own callback
415 implementations to the ACK Manager for the packet. Note that the
427 - It references an ACK manager which it informs of transmitted packets;
478 - TX Packetiser queries the ACK Manager to determine if an ACK frame
503 of submitting the packet to the ACK Manager and provides its own callback