Accepting request 958747 from home:msvec:branches:network:utilities
- update to 3.11: * Update links to Discussions in documentation * Fix DSCP so that TOS = DSCP * 4 (#1162) * Fix --bind-dev for TCP streams (#1153) * Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#1157, #1180) * Add get/set test_unit_format function declaration to iperf_api.h * Auto adjustment of test-end condition for file transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes * Exit if idle time expires waiting for a connection in one-off mode (#1187, #1197) * Support zerocopy by reverse mode (#1204) * Update help and manpage text for #1157, support bind device * Consistently print target_bandwidth in JSON start section (#1177) * Test bitrate added to JSON output (#1168) * Remove fsync call after every write to receiving --file (#1176, #1159) * Update documentation for -w (#1175) * Fix for #952, different JSON object names for bidir reverse channel OBS-URL: https://build.opensuse.org/request/show/958747 OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=56
This commit is contained in:
parent
890260178a
commit
1c1790cf7c
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:03bc9760cc54a245191d46bfc8edaf8a4750f0e87abca6764486972044d6715a
|
||||
size 633304
|
@ -1 +0,0 @@
|
||||
03bc9760cc54a245191d46bfc8edaf8a4750f0e87abca6764486972044d6715a iperf-3.10.1.tar.gz
|
3
iperf-3.11.tar.gz
Normal file
3
iperf-3.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f
|
||||
size 635841
|
1
iperf-3.11.tar.gz.sha256
Normal file
1
iperf-3.11.tar.gz.sha256
Normal file
@ -0,0 +1 @@
|
||||
de8cb409fad61a0574f4cb07eb19ce1159707403ac2dc01b5d175e91240b7e5f /tmp/iperf-3.11.tar.gz
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 09:50:41 UTC 2022 - Michal Svec <msvec@suse.com>
|
||||
|
||||
- update to 3.11:
|
||||
* Update links to Discussions in documentation
|
||||
* Fix DSCP so that TOS = DSCP * 4 (#1162)
|
||||
* Fix --bind-dev for TCP streams (#1153)
|
||||
* Fix interface specification so doesn't overlap with IPv6 link-local addresses for -c and -B (#1157, #1180)
|
||||
* Add get/set test_unit_format function declaration to iperf_api.h
|
||||
* Auto adjustment of test-end condition for file transfers (-F), if no end condition is set, it will automatically adjust it to file size in bytes
|
||||
* Exit if idle time expires waiting for a connection in one-off mode (#1187, #1197)
|
||||
* Support zerocopy by reverse mode (#1204)
|
||||
* Update help and manpage text for #1157, support bind device
|
||||
* Consistently print target_bandwidth in JSON start section (#1177)
|
||||
* Test bitrate added to JSON output (#1168)
|
||||
* Remove fsync call after every write to receiving --file (#1176, #1159)
|
||||
* Update documentation for -w (#1175)
|
||||
* Fix for #952, different JSON object names for bidir reverse channel
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 7 09:08:57 UTC 2021 - Michal Svec <msvec@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 0
|
||||
Name: iperf
|
||||
Version: 3.10.1
|
||||
Version: 3.11
|
||||
Release: 0
|
||||
Summary: A tool to measure network performance
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user