QUIC RXDP/QSM: Enforce MAX_STREAMS
[openssl.git] / test / quic_txp_test.c
index dd85bb5692226d9a8e4e81ea25b834188934a910..dca8c71398213ebac756b54cdb24203ce3e07a6b 100644 (file)
@@ -174,7 +174,9 @@ static int helper_init(struct helper *h)
                                                h->cc_data)))
         goto err;
 
-    if (!TEST_true(ossl_quic_stream_map_init(&h->qsm, NULL, NULL)))
+    if (!TEST_true(ossl_quic_stream_map_init(&h->qsm, NULL, NULL,
+                                             &h->max_streams_bidi_rxfc,
+                                             &h->max_streams_uni_rxfc)))
         goto err;
 
     h->have_qsm = 1;