summaryrefslogtreecommitdiff
path: root/ssl/quic/quic_txp.c
Commit message (Expand)AuthorAgeFilesLines
* QUIC FIFD: Add support for callback on frame ACKHugo Landau2023-05-121-0/+39
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-121-13/+24
* QUIC FIFD: Ensure QUIC_STREAM is updated after QUIC_SSTREAM lossHugo Landau2023-05-121-1/+15
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-011-13/+4
* QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau2023-03-301-7/+17
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-301-2/+2
* QUIC TXP: Allow TXP to generate probesHugo Landau2023-01-301-15/+81
* QUIC TXP: Fix handling of FIN stream chunksHugo Landau2023-01-271-19/+25
* QUIC Test Server: Minor fixupsHugo Landau2023-01-191-20/+20
* QUIC TXP: Fix generation of CONNECTION_CLOSEHugo Landau2023-01-191-17/+39
* QUIC TXP: Fix bug in send stream handling, cleanupHugo Landau2023-01-131-5/+14
* QUIC TXP: Correct an issue with an uninitialized variableHugo Landau2023-01-131-1/+1
* QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau2023-01-131-2/+10
* QUIC TXP: Make discard_enc_level match documentationHugo Landau2023-01-131-1/+0
* QUIC TXP: Add a function to query if the TXP wants to generate a packetHugo Landau2023-01-131-0/+19
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-241-0/+2162