From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail2.tohojo.dk (mail2.tohojo.dk [77.235.48.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by huchra.bufferbloat.net (Postfix) with ESMTPS id 850D721F7DD for ; Mon, 26 Oct 2015 09:15:49 -0700 (PDT) X-Virus-Scanned: amavisd-new at mail2.tohojo.dk DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=toke.dk; s=201310; t=1445876143; bh=TeIfvhwCMh5PXH1MhhGtu0zh5B3I7h1Tt2SBAswXtY0=; h=From:To:Cc:Subject:References:Date:In-Reply-To; b=LbJmgP9QLsALJFOui2gqk7G6Sv4ZJtbCPPgAKoNBce8lJqqB6Aezb1GYRHFQe7Zsj /VAKz9UjmbtmqEDUQCEZmNY/XtV384MrPdSx8xPulbR9y0EvOBidHMKOsLZRQc1He2 yuf7c2Tr1gg1C+hhglqnOz+F4ZImqenyY4KeoYKY= Sender: toke@toke.dk Received: by alrua-kau.kau.toke.dk (Postfix, from userid 1000) id 960EAC4025B; Mon, 26 Oct 2015 17:15:42 +0100 (CET) From: =?utf-8?Q?Toke_H=C3=B8iland-J=C3=B8rgensen?= To: "Bob \(Robert\) McMahon" References: <87wpunyz33.fsf@toke.dk> <87oafsqwos.fsf@toke.dk> Date: Mon, 26 Oct 2015 17:15:42 +0100 In-Reply-To: (Bob McMahon's message of "Wed, 21 Oct 2015 22:19:43 +0000") X-Clacks-Overhead: GNU Terry Pratchett Message-ID: <87r3khmwr5.fsf@toke.dk> MIME-Version: 1.0 Content-Type: text/plain Cc: "'make-wifi-fast@lists.bufferbloat.net'" Subject: Re: [Make-wifi-fast] iperf enhancements in 2.0.8 X-BeenThere: make-wifi-fast@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2015 16:16:13 -0000 "Bob (Robert) McMahon" writes: > I just committed -e, --enhancedreports information to the -h help > text. One can grep that output to see if the functionality is > supported or not. You'll need to pick up the latest from sourceforge. Right, awesome! Flent can now detect and use this, and the Iperf support has been brought up to date. Still no tests that use Iperf, but adding them is quite straight forward now :) BTW, the Iperf --help output has this: -V, --IPv6Version Set the domain to IPv6 while the actual long option is --ipv6_domain. -Toke