aboutsummaryrefslogtreecommitdiffstats
path: root/test/quic_txp_test.c
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2023-07-25 11:32:24 +0100
committerMatt Caswell <matt@openssl.org>2023-08-08 14:33:42 +0100
commit371c29582aa683ab10d58ec448aef1bded208076 (patch)
tree92dcf1db469d3c9378cf000d84af720ec399ed82 /test/quic_txp_test.c
parent7eb330ff7aa5580d7d97f2d183606c2d6bbbb449 (diff)
downloadopenssl-371c29582aa683ab10d58ec448aef1bded208076.tar.gz
QUIC CFQ: Unreliable transmission for PATH_RESPONSE
Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/21547)
Diffstat (limited to 'test/quic_txp_test.c')
-rw-r--r--test/quic_txp_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/quic_txp_test.c b/test/quic_txp_test.c
index fa311bfa09..d92fd26518 100644
--- a/test/quic_txp_test.c
+++ b/test/quic_txp_test.c
@@ -421,7 +421,7 @@ static int schedule_cfq_new_conn_id(struct helper *h)
if (!TEST_ptr(cfq_item = ossl_quic_cfq_add_frame(h->args.cfq, 1,
QUIC_PN_SPACE_APP,
- OSSL_QUIC_FRAME_TYPE_NEW_CONN_ID,
+ OSSL_QUIC_FRAME_TYPE_NEW_CONN_ID, 0,
(unsigned char *)buf_mem->data, l,
free_buf_mem,
buf_mem)))
@@ -497,7 +497,7 @@ static int schedule_cfq_new_token(struct helper *h)
if (!TEST_ptr(cfq_item = ossl_quic_cfq_add_frame(h->args.cfq, 1,
QUIC_PN_SPACE_APP,
- OSSL_QUIC_FRAME_TYPE_NEW_TOKEN,
+ OSSL_QUIC_FRAME_TYPE_NEW_TOKEN, 0,
(unsigned char *)buf_mem->data, l,
free_buf_mem,
buf_mem)))