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/t1_tcp.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100755 t/t1_tcp.sh (limited to 't/t1_tcp.sh') diff --git a/t/t1_tcp.sh b/t/t1_tcp.sh new file mode 100755 index 0000000..965f15e --- /dev/null +++ b/t/t1_tcp.sh @@ -0,0 +1,14 @@ +#!/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 3 \ + -c $ip -P 1 -i 1 -t 2 + + -- cgit v1.2.3