From 7c720bec5600a9e607c875c670ca30ed351fa4ba Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 15 Apr 2024 20:20:54 +0200 Subject: Adding upstream version 2.1.9+dfsg. Signed-off-by: Daniel Baumann --- t/t7_n.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 t/t7_n.sh (limited to 't/t7_n.sh') diff --git a/t/t7_n.sh b/t/t7_n.sh new file mode 100755 index 0000000..c6547d8 --- /dev/null +++ b/t/t7_n.sh @@ -0,0 +1,12 @@ +#!/bin/bash -e +. $(dirname $0)/base.sh + +# usage: +# run_iperf -s server args -c client args +# +# client args should contain $ip or -V $ip6 +# results returned in $results + +run_iperf \ + -s -P 1 -i 1 -t 8 \ + -c $ip -P 1 -i 1 -n 1G -- cgit v1.2.3