summaryrefslogtreecommitdiffstats
path: root/ssl/quic/quic_fc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* QUIC: Uniform changes for QUIC error code definitions renameHugo Landau2024-03-081-3/+3
* QUIC RXFC: Add accessor for creditHugo Landau2024-02-081-3/+8
* Keep track of connection credit as we add stream dataMatt Caswell2023-11-151-7/+7
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* QUIC FC: Rename stream count mode to reflect actual functionHugo Landau2023-08-081-9/+9
* quic: use the safe fused multiply divide instead of a safe multiply then a no...Pauli2023-08-041-2/+2
* QUIC QSM: Model final sizes and handle STOP_SENDING correctlyHugo Landau2023-07-171-0/+11
* QUIC FC: Correct operation of stream count modeHugo Landau2023-05-241-2/+5
* QUIC FC: Modify RXFC to support use for enforcing MAX_STREAMSHugo Landau2023-05-121-3/+19
* QUIC RXFC: Don't emit a MAX_STREAM_DATA frame if we have a final sizeHugo Landau2023-01-131-1/+5
* QUIC Flow ControlHugo Landau2022-09-261-0/+372