QUIC Send Stream Management
authorHugo Landau <hlandau@openssl.org>
Tue, 6 Sep 2022 12:23:29 +0000 (13:23 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 5 Oct 2022 14:15:06 +0000 (16:15 +0200)
commit830225901365b7076eaa5afc580529394e2a137f
treeb6fbf6bc0a40f48ad3eb65afb1fd0da642407745
parent928f15e71b0bccabb10cbdcbb9b2d4e85eeb5906
QUIC Send Stream Management

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19159)
include/internal/quic_stream.h [new file with mode: 0644]
include/internal/uint_set.h [new file with mode: 0644]
ssl/quic/build.info
ssl/quic/quic_ackm.c
ssl/quic/quic_demux.c
ssl/quic/quic_stream.c [new file with mode: 0644]
ssl/quic/uint_set.c [new file with mode: 0644]
test/build.info
test/quic_stream_test.c [new file with mode: 0644]
test/recipes/70-test_quic_stream.t [new file with mode: 0644]