iperf3: updated to 3.12
iperf-3.12 2022-09-30 --------------------- * Notable user-visible changes * cJSON has been updated to version 1.7.15 * The --bind <host>%<dev> option syntax now works properly * A server-side file descriptor leak with the --logfile option has been fixed * A bug that caused some large values from TCP_INFO to be misprinted as negative numbers has been fixed * Using the -k or -n flags with --reverse no longer leak into future tests * There are now various debug level options available with the --debug option. These can be used to adjust the amount of debugging output * A new --snd-timeout option has been added to set a termination timeout for idle TCP connections * iperf3 is slightly more robust to out-of-order packets during UDP connection setup in --reverse mode * iperf3 will now use different ports for each direction when the --cport and --bdir options are set * The iperf3 server will now exit if it can't open its log file * Various help message and output fixes have been made * Various compiler warnings have been fixed * Developer-visible changes * Operation of bootstrap.sh has been fixed and simplified * Flow label support / compatibility under Linux has been improved * Various minor memory leaks have been fixed * A getter/setter has been added for the bind_port parameter (--cport option). * Various internal documentation improvements
This commit is contained in:
parent
edae438585
commit
86efd03faa
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.13 2022/02/01 07:39:34 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2022/10/14 11:00:14 adam Exp $
|
||||
|
||||
DISTNAME= iperf-3.11
|
||||
DISTNAME= iperf-3.12
|
||||
PKGNAME= ${DISTNAME:S/iperf/iperf3/}
|
||||
CATEGORIES= net benchmarks
|
||||
MASTER_SITES= https://downloads.es.net/pub/iperf/
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.12 2022/02/01 07:39:34 adam Exp $
|
||||
$NetBSD: distinfo,v 1.13 2022/10/14 11:00:14 adam Exp $
|
||||
|
||||
BLAKE2s (iperf-3.11.tar.gz) = adc883f67be533a26d2abef663f93c452214c5b563917b9a303b0aa413f674c0
|
||||
SHA512 (iperf-3.11.tar.gz) = 99dc0473a6b00f30190c7e82a259836db666c2ba95dad17af4450c49b0d09b005f3dcd9bd7b6703b62f92f67cb602f206da9d3e815eeba06b3a4751164d91c8f
|
||||
Size (iperf-3.11.tar.gz) = 635841 bytes
|
||||
BLAKE2s (iperf-3.12.tar.gz) = d0bedd9bbb45b726d2bb73349f4cac9b6b2902dbcd293a9aa76760886975465f
|
||||
SHA512 (iperf-3.12.tar.gz) = 51797a2e902e927102baf19cd16dc4a0f32eb27876039ed4b2b929036421c323acd0f054014afabccf2ca7eb5490ff84f6f330fa0c54ea7155e125321088a162
|
||||
Size (iperf-3.12.tar.gz) = 644807 bytes
|
||||
SHA1 (patch-configure) = 311360f41815d6da5d6c113b816fe3b118ceaf2f
|
||||
|
|
Loading…
Reference in a new issue