From 5cdb425d6843c100189611c2edb37b03efc1dc5a Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Tue, 14 Aug 2018 21:58:29 +0200 Subject: Make it compatible with CentOS 7.5 --- run-client.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'run-client.sh') diff --git a/run-client.sh b/run-client.sh index 7ed9967..14f3b09 100755 --- a/run-client.sh +++ b/run-client.sh @@ -21,10 +21,9 @@ ip link set $int mtu $mtu if [ $mtu -le 1500 ]; then sed -i '' -e 's/numberOfProjectionsPerPacket.*/numberOfProjectionsPerPacket = 40/' config.cfg +# run "$ip" $first_port $num_ports 140000 run "$ip" $first_port $num_ports 120000 elif [ $mtu -eq 9000 ]; then sed -i '' -e 's/numberOfProjectionsPerPacket.*/numberOfProjectionsPerPacket = 250/' config.cfg run "$ip" $first_port $num_ports 20000 fi - - -- cgit v1.2.3