haproxy/include
Frédéric Lécaille 7e3f7c47e9 MINOR: quic: New quic_cstream object implementation
Add new quic_cstream struct definition to implement the CRYPTO data stream.
This is a simplication of the qcs object (QUIC streams) for the CRYPTO data
without any information about the flow control. They are not attached to any
tree, but to a QUIC encryption level, one by encryption level except for
the early data encryption level (for 0RTT). A stream descriptor is also allocated
for each CRYPTO data stream.

Must be backported to 2.6
2022-10-13 10:12:03 +02:00
..
haproxy MINOR: quic: New quic_cstream object implementation 2022-10-13 10:12:03 +02:00
import MINOR: plock: support disabling exponential back-off 2022-10-12 14:19:05 +02:00