Lines Matching full:manager
1 QUIC ACK Manager
4 
6 The QUIC ACK manager is responsible for, on the TX side:
22 In order to allow it to perform these tasks, the ACK manager must:
31 The ACK manager consumes:
37 The ACK manager provides the following outputs:
63 manager.
91 The QUIC ACK manager is instantiated as follows:
105 The function pointer `now` is invoked by the ACK manager to obtain the current
107 instance passed are used by the ACK manager instance. `statm` points to a
108 [Statistics Manager tracker instance](quic-statm.md).
113 The ACK manager state is evolved in response to events provided to the ACK
114 manager by the caller.
123 must remain allocated until one of the callbacks is called or the ACK manager is
198 The primary use of this function is to inform the ACK manager of new credit to
336 These functions allow information about the status of the ACK manager to be
357 This generates an ACK frame regardless of whether the ACK manager thinks one
358 should currently be sent. To determine if the ACK manager thinks an ACK frame
369 been received and notified to the ACK manager via `ossl_ackm_on_rx_packet`.
380 This returns 1 if the ACK manager thinks an ACK frame ought to be generated and
395 The ACK manager may defer generation of ACK frames to optimize performance. For
437 This determines if the ACK manager is requesting any probe packets to be
490 The ACK manager supports optional callback functionality when its deadlines