#
fa4e92a7 |
| 28-Jun-2022 |
Hugo Landau |
QUIC ACK Manager, Statistics Manager and Congestion Control API This is the initial implementation of the ACK Manager for OpenSSL's QUIC support, with supporting design documentation and
QUIC ACK Manager, Statistics Manager and Congestion Control API This is the initial implementation of the ACK Manager for OpenSSL's QUIC support, with supporting design documentation and tests. Because the ACK Manager also depends on the Statistics Manager, it is also implemented here. The Statistics Manager is quite simple, so this does not amount to a large amount of extra code. Because the ACK Manager depends on a congestion controller, it adds a no-op congestion controller, which uses the previously workshopped congestion control API. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18676)
show more ...
|