From 617b459ddfabe5c2fbfc28808126999d936218fe Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Wed, 9 Aug 2023 17:46:32 +0100 Subject: QUIC CHANNEL: Introduce concept of (non-)addressed mode Reviewed-by: Tomas Mraz Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/21715) --- include/internal/quic_txp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/internal/quic_txp.h b/include/internal/quic_txp.h index 09d552ef04..b2dbb85f92 100644 --- a/include/internal/quic_txp.h +++ b/include/internal/quic_txp.h @@ -128,7 +128,10 @@ int ossl_quic_tx_packetiser_set_cur_dcid(OSSL_QUIC_TX_PACKETISER *txp, int ossl_quic_tx_packetiser_set_cur_scid(OSSL_QUIC_TX_PACKETISER *txp, const QUIC_CONN_ID *scid); -/* Change the destination L4 address the TXP uses to send datagrams. */ +/* + * Change the destination L4 address the TXP uses to send datagrams. Specify + * NULL (or AF_UNSPEC) to disable use of addressed mode. + */ int ossl_quic_tx_packetiser_set_peer(OSSL_QUIC_TX_PACKETISER *txp, const BIO_ADDR *peer); -- cgit v1.2.3