summaryrefslogtreecommitdiffstats
path: root/include/internal/quic_txp.h
AgeCommit message (Expand)Author
2023-06-16QUIC CHANNEL: Optimise key update using ACKsHugo Landau
2023-06-16QUIC TXP: Allow callbacks on ACK transmissionHugo Landau
2023-06-16QUIC TXP: Allow next PN to be used to be queriedHugo Landau
2023-06-16QUIC TXP: Refactor status output to use an extensible structureHugo Landau
2023-05-24Rename msg_callback_s to msg_callback_ssl for greater clarityMatt Caswell
2023-05-24Create setter functions for the msg_callback and msg_callback_argMatt Caswell
2023-05-24Extend tracing of frames to transmitted framesMatt Caswell
2023-05-12QUIC TXP/CHANNEL: Generate MAX_STREAMS using RXFCHugo Landau
2023-03-30QUIC TXP: Allow caller to determine if an ACK-eliciting packet was sentHugo Landau
2023-01-13QUIC: Enable building with QUIC support disabledHugo Landau
2023-01-13QUIC TXP: Don't send STREAM frames until handshake is completeHugo Landau
2023-01-13QUIC TXP: Add a function to query if the TXP wants to generate a packetHugo Landau
2022-11-24QUIC TX Packetiser and Streams MapperHugo Landau