From patchwork Wed Jan 4 11:50:00 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6368 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7FZ21XXz3xlq for ; Wed, 4 Jan 2023 11:50:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7FW6Tx8zv0; Wed, 4 Jan 2023 11:50:07 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7FW3qpJz2yl8; Wed, 4 Jan 2023 11:50:07 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7FT6jbgz2xbl for ; Wed, 4 Jan 2023 11:50:05 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7FT2NhHzLM; Wed, 4 Jan 2023 11:50:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833005; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6La+Y/lnOf4XIBXsPebwpACpLEqcJZKiTOiPW19IMZE=; b=n5+wjLqih4x5eR/7BiVJYF8uq0sTSDM5G/RrWjKycq4xniQEF3vQ3Th4HrpNqBxehcDpn5 xzQV11IS6TSwS6sKv2x7YxjVW89SN0vplnTa3RX5TcEpnzf9fUGBQ6ebjWm7B8bZGHNX3H mnLXKvgSMZHSUxfPqyF/WLV2/x7pksRxDeMsRBUl95UDCc29aFcxP/Om9hbwS7UEXVcn5M LOr6OBFRcF48iFxKddLwt7NW604U9TSY/SK64ct1NxQ1YU7+bZYu4yw/NL2+g16hqKHyr8 P5GGcqY4/I8+jpcxbeMg5pRNoNkQg/r0Kn+NAZ4ep7iCBgCPRN5iJvKlrnrVKA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833005; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=6La+Y/lnOf4XIBXsPebwpACpLEqcJZKiTOiPW19IMZE=; b=jJcjONCBVim8d7Qm/RzwxKGjWEofftWVEBqPhahu+NDbOsTYS28D0Tv8eB+T3oi4eJwXyH FqwHxHAreAZUOsBg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] iperf: Update to version 2.1.8 Date: Wed, 4 Jan 2023 12:50:00 +0100 Message-Id: <20230104115000.5480-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 2.1.7 to 2.1.8 - Update of rootfile not required - Changelog 2.1.8 (as of August 5th, 2022) o Add support for --bounceback to perform a repsonsiveness test (see man page for other options) o add support for working loads with --bounceback o Fix to wait_tick with Mac OS X o Various python pyflows commits o add support for client side tcp-write-time histograms and mean/min/max o add support for human readable dscp or -T values (see man page) o udp_accept no longer accepts packets from a previous run as a new connection, this can occur with long network delays o multiple isoch bug fixes for both UDP and TCP o isoch server provides mean/min/max/stdev for both frames and packets o UDP max MTU discovery, requires configure.ac will support --enable-discover-defaultlen prior to compile Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- lfs/iperf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/iperf b/lfs/iperf index ad4e9f374..e3f78173f 100644 --- a/lfs/iperf +++ b/lfs/iperf @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2023 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -26,7 +26,7 @@ include Config SUMMARY = A tool to measure network performance -VER = 2.1.7 +VER = 2.1.8 THISAPP = iperf-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = iperf -PAK_VER = 6 +PAK_VER = 7 DEPS = @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 7540cc8e7229bb48ee0483c18c3a07ad4bbc63cf02e742d1b38ba703168013f30c47c2e37d856c06634c541ae0f7e7f11a08014ede233c1f6bcc7780ad528283 +$(DL_FILE)_BLAKE2 = a3e9f214b4c00911d1d6221f17cf54602169f2787125b54b86486cb07e5dcc118c9a7c0ba743ae643e060a06316e1c4e85d349dd6b97263986e194115c924f0d install : $(TARGET)