]> git.ipfire.org Git - thirdparty/openssl.git/commit
QUIC Flow Control
authorHugo Landau <hlandau@openssl.org>
Mon, 22 Aug 2022 14:32:16 +0000 (15:32 +0100)
committerHugo Landau <hlandau@openssl.org>
Mon, 26 Sep 2022 07:01:55 +0000 (08:01 +0100)
commit508e087c4c9e0f6548816e0044022b257f179585
treec0e0bd453c13213c4793330d6a4080b159619733
parent28a5aa0cbdddfdf4d82a437d72407d4f52d4e54a
QUIC Flow Control

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19040)
doc/designs/quic-design/quic-fc.md [new file with mode: 0644]
include/internal/quic_error.h [new file with mode: 0644]
include/internal/quic_fc.h [new file with mode: 0644]
ssl/quic/build.info
ssl/quic/quic_fc.c [new file with mode: 0644]
test/build.info
test/quic_fc_test.c [new file with mode: 0644]
test/quic_wire_test.c
test/recipes/70-test_quic_fc.t [new file with mode: 0644]