Lines Matching +full:use +full:- +full:internal +full:- +full:clock
4 We use an abstract interface for the QUIC congestion controller to facilitate
5 use of pluggable QUIC congestion controllers in the future. The interface is
12 For details on the API, see the comments in `include/internal/quic_cc.h`.
19 `new` method, which provides access to a clock. While no current congestion
20 controller makes use of this facility, it can be used by future congestion
31 a clock. In the future it is likely that access at least to the statistics
33 interface has been avoided as this is currently an internal API for which no API
38 QUIC congestion control state is per-path, per-connection. Currently we support
47 manager's internal state directly, the interface between the two has been
50 manager in our implementation. See the comments in `include/internal/quic_cc.h`
54 controllers via a provider-based interface in the future.