[openssl/openssl] a73078: QUIC TX Packetiser and Streams Mapper

Hugo Landau noreply at github.com
Thu Nov 24 08:18:02 UTC 2022


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: a73078b79fc6f229b95312dcb20e4f61120a108c
      https://github.com/openssl/openssl/commit/a73078b79fc6f229b95312dcb20e4f61120a108c
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2022-11-24 (Thu, 24 Nov 2022)

  Changed paths:
    M doc/designs/quic-design/tx-packetiser.md
    M include/internal/quic_ackm.h
    M include/internal/quic_fc.h
    M include/internal/quic_fifd.h
    M include/internal/quic_record_tx.h
    M include/internal/quic_stream.h
    A include/internal/quic_stream_map.h
    A include/internal/quic_txp.h
    M include/internal/quic_txpim.h
    M include/internal/quic_types.h
    M include/internal/quic_wire.h
    M include/internal/quic_wire_pkt.h
    M ssl/quic/build.info
    M ssl/quic/quic_ackm.c
    M ssl/quic/quic_fifd.c
    M ssl/quic/quic_record_rx.c
    M ssl/quic/quic_record_tx.c
    M ssl/quic/quic_sstream.c
    A ssl/quic/quic_stream_map.c
    A ssl/quic/quic_txp.c
    M ssl/quic/quic_wire.c
    M ssl/quic/quic_wire_pkt.c
    M test/build.info
    M test/quic_fifd_test.c
    M test/quic_record_test.c
    A test/quic_record_test_util.h
    M test/quic_stream_test.c
    A test/quic_txp_test.c
    M test/quic_wire_test.c
    A test/recipes/70-test_quic_txp.t

  Log Message:
  -----------
  QUIC TX Packetiser and Streams Mapper

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19346)




More information about the openssl-commits mailing list