We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a4f6f0 commit eff9891Copy full SHA for eff9891
picoquictest/tls_api_test.c
@@ -6331,7 +6331,7 @@ int probe_api_test()
6331
*/
6332
nb_trials = 0;
6333
6334
- for (int i = 1; ret == 0 && test_ctx->cnx_client->nb_paths < PICOQUIC_NB_PATH_TARGET; i++) {
+ for (int i = 1; ret == 0 && test_ctx->cnx_client->nb_paths < PICOQUIC_NB_PATH_TARGET && i < PICOQUIC_NB_PATH_TARGET; i++) {
6335
for (int j = 0; ret == 0 && j < 2; j++) {
6336
int ret_probe;
6337
if (j == 0) {
0 commit comments