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.
2 parents c362e1a + d7c021b commit b86ba29Copy full SHA for b86ba29
src/iperf_api.c
@@ -1,5 +1,5 @@
1
/*
2
- * iperf, Copyright (c) 2014-2022, The Regents of the University of
+ * iperf, Copyright (c) 2014-2024, The Regents of the University of
3
* California, through Lawrence Berkeley National Laboratory (subject
4
* to receipt of any required approvals from the U.S. Dept. of
5
* Energy). All rights reserved.
@@ -3252,6 +3252,7 @@ iperf_reset_test(struct iperf_test *test)
3252
test->settings->socket_bufsize = 0;
3253
test->settings->blksize = DEFAULT_TCP_BLKSIZE;
3254
test->settings->rate = 0;
3255
+ test->settings->fqrate = 0;
3256
test->settings->burst = 0;
3257
test->settings->mss = 0;
3258
test->settings->tos = 0;
0 commit comments