summaryrefslogtreecommitdiffstats
path: root/t/t4_udp6.sh
blob: 698020f2a366b253c4f36a2cf5965938e8c12282 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 -V -P 1 -u -i 1 -t 3     \
    -c $ip6 -V -P 1 -u -b 10m -i 1 -t 2