summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-07-03 15:45:25 +0100
committerPauli <pauli@openssl.org>2023-07-19 13:03:11 +1000
commitd56b564b25f9cafacdd57ac43b8b6618202047a5 (patch)
treea1aea8fc6cfe3d7e9375fea42f100046d56128a2 /include
parent76908b45823f958f29b6bdf11efab6eac47f61ca (diff)
QUIC TXP: Do not generate full-size packets when sending CC-excess probes
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21349)
Diffstat (limited to 'include')
-rw-r--r--include/internal/quic_txp.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/internal/quic_txp.h b/include/internal/quic_txp.h
index 2a503770bc..ed11f09fa0 100644
--- a/include/internal/quic_txp.h
+++ b/include/internal/quic_txp.h
@@ -68,10 +68,10 @@ typedef void (ossl_quic_initial_token_free_fn)(const unsigned char *buf,
void ossl_quic_tx_packetiser_free(OSSL_QUIC_TX_PACKETISER *txp);
/* Generate normal packets containing most frame types. */
-#define TX_PACKETISER_ARCHETYPE_NORMAL 0
-/* Generate ACKs only. */
-#define TX_PACKETISER_ARCHETYPE_ACK_ONLY 1
-#define TX_PACKETISER_ARCHETYPE_NUM 2
+#define TX_PACKETISER_ARCHETYPE_NORMAL 0
+/* Generate ACKs and PINGs only. */
+#define TX_PACKETISER_ARCHETYPE_ACK_AND_PING_ONLY 1
+#define TX_PACKETISER_ARCHETYPE_NUM 2
/*
* Generates a datagram by polling the various ELs to determine if they want to