Home
last modified time | relevance | path

Searched refs:expected_rate (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/tools/testing/selftests/net/mptcp/
Dmptcp_join.sh924 local expected_rate=$4
931 if [ $tx_rate -lt $((expected_rate - $tolerance)) -o \
932 $tx_rate -gt $((expected_rate + $tolerance)) ]; then
933 echo "[fail] got $tx_rate% usage, expected $expected_rate%"