| #
abb24a2e |
| 10-May-2022 |
Bruce A. Mah <[email protected]> |
Fix memory leak in an error condition.
We weren't free()-ing test->settings when we bailed out in a certain error state.
Fixes #1332.
|
| #
b97df9a9 |
| 29-Apr-2022 |
David Bar-On <[email protected]> |
Add debug level option to --debug
|
| #
ad05aac9 |
| 30-Mar-2022 |
swlars <[email protected]> |
Add note for ignoring the return value of write to disk (#1304)
|
| #
11fadc3f |
| 29-Mar-2022 |
WatcherOfTheSkies <[email protected]> |
Added bind_port (--cport option) getter/setter.
|
| #
515b6e9e |
| 25-Mar-2022 |
WatcherOfTheSkies <[email protected]> |
Added mss getter and setter.
The mss getter and setter was missing.
|
| #
2a187a95 |
| 14-Mar-2022 |
TheRealDJ <[email protected]> |
Fixed 2 lines causing warnings in iperf_api.c (#1211)
* Fixed 2 lines causing warnings in iperf_api.c
* Changed printf format string for test->settings->bytes to %"PRIu64"
Co-authored-by: root
Fixed 2 lines causing warnings in iperf_api.c (#1211)
* Fixed 2 lines causing warnings in iperf_api.c
* Changed printf format string for test->settings->bytes to %"PRIu64"
Co-authored-by: root <[email protected]>
Co-authored-by: DJ Breuer (Github TheRealDJ) <unknown>
show more ...
|
| #
d2a22529 |
| 28-Feb-2022 |
swlars <[email protected]> |
Add note for stream ids for multi-stream tests (#1285)
|
| #
7bdd5b0e |
| 20-Feb-2022 |
David Bar-On <[email protected]> |
Fix for issue 1215 - add TCP option
|
|
Revision tags: 3.11 |
|
| #
76bd67f6 |
| 28-Jan-2022 |
Sarah Larsen <[email protected]> |
iperf-3.11 release engineering tasks.
Bump version number, update release notes, rename release notes and tweak markup. Update copyright year.
|
| #
aa455109 |
| 08-Nov-2021 |
Bruce A. Mah <[email protected]> |
Follow-up to PR#1200: s/bdir/bidir/ in JSON identifiers per review comments.
This provides consistency with the CLI option name --bidir.
|
| #
c1b0758c |
| 18-Oct-2021 |
Claudius Zingerli <[email protected]> |
* Don't close stdout when using external logfile
|
| #
aeed006d |
| 29-Sep-2021 |
Bruce A. Mah <[email protected]> |
Factor out hostname/interface processing code into a function.
|
| #
42436be7 |
| 23-Sep-2021 |
Bruce A. Mah <[email protected]> |
Make -c and -B work similar with respect to "%" interface specifications.
IPv6 link-local address literals are accepted in both places. Note that we might not work correctly in the presumably rare c
Make -c and -B work similar with respect to "%" interface specifications.
IPv6 link-local address literals are accepted in both places. Note that we might not work correctly in the presumably rare case of a FQDN that resolves to an IPv6 link-local address.
"%" is always treated as a separator for a shortcut to --bind-dev, for IPv4 and IPv6 literals as well as hostnames passed to -c and -B.
show more ...
|
| #
b788ec04 |
| 25-Sep-2021 |
David Bar-On <[email protected]> |
Per review comment, set server's zerocopy option to j_p->valueint instead of 1
|
| #
71525517 |
| 15-Sep-2021 |
David Bar-On <[email protected]> |
Support zerocopy by Reverse mode
|
| #
e919e8c2 |
| 03-Sep-2021 |
a1346054 <[email protected]> |
trim excess whitespace
|
| #
50d6cce6 |
| 03-Sep-2021 |
a1346054 <[email protected]> |
fix spelling
|
| #
39ec29c5 |
| 02-Sep-2021 |
David Bar-On <[email protected]> |
Fix for issue #952 - different json object names for bidir reverse channel
|
| #
1b577aea |
| 16-Jul-2021 |
Bruce A. Mah <[email protected]> |
Minor editorial changes to comments from PR #1174.
No functional changes.
|
| #
0d078c4a |
| 21-Jun-2021 |
DJ Breuer (dbreue200) <[email protected]> |
Added {end}{sum_sent} and {end}{sum_received} to UDP JSON output
|
| #
ba0dad31 |
| 07-Jul-2021 |
Hamid Anvari <[email protected]> |
handling possible stat() error
|
|
Revision tags: 3.10.1, 3.10 |
|
| #
e6580367 |
| 02-Feb-2021 |
Hamid Anvari <[email protected]> |
Auto adjustment of test-end condition for file-transfer
In file transfer mode (-F), if no test-end condition is set, (bytes, blocks, duration), it will automatically adjsut it to file size (in bytes
Auto adjustment of test-end condition for file-transfer
In file transfer mode (-F), if no test-end condition is set, (bytes, blocks, duration), it will automatically adjsut it to file size (in bytes).
show more ...
|
| #
f54b6b4b |
| 05-Jul-2021 |
David Bar-On <[email protected]> |
Fix issue #1157 (partial) - support bind device using
|
| #
b043b4e2 |
| 30-Jun-2021 |
Bruce A. Mah <[email protected]> |
fix: Consistently print target_bandwidth in the JSON start section. (#1177)
Previously we only did this for TCP tests with non-default -b.
Follow-on commit to #1168 and #776.
|
| #
584a8d54 |
| 30-Jun-2021 |
TheRealDJ <[email protected]> |
Test bitrate (--bitrate) added to JSON output in {test}{test_start} (#1168)
Fixes #1167.
|