summaryrefslogtreecommitdiff
path: root/test/quic_txp_test.c
Commit message (Expand)AuthorAgeFilesLines
* Fix test cases using NEW_CONNECTION_ID frameTomas Mraz2023-05-171-4/+4
* quic_txp_test.c: Cleanup use of WPACKETTomas Mraz2023-05-171-10/+14
* QUIC QSM: Clean up SEND_STREAM/RECV_STREAM handlingHugo Landau2023-05-121-2/+4
* QUIC RXDP/QSM: Enforce MAX_STREAMSHugo Landau2023-05-121-1/+3
* QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau2023-05-121-8/+22
* QUIC CC: Major revisions to CC abstract interfaceHugo Landau2023-05-011-1/+1
* QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau2023-03-301-3/+5
* QUIC Probes Support: Minor tweaksHugo Landau2023-01-301-3/+3
* QUIC TXP: Allow TXP to generate probesHugo Landau2023-01-301-1/+91
* QUIC DEMUX: Allow MTU to vary over time and autodetect MTUHugo Landau2023-01-131-1/+1
* QUIC Stream Mapper: CSM-related changes, stream limits handlingHugo Landau2023-01-131-1/+1
* QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau2023-01-131-0/+11
* QUIC RX: Support refcounted packets and eliminate wrapperHugo Landau2023-01-131-11/+11
* QUIC TX Packetiser and Streams MapperHugo Landau2022-11-241-0/+1424