diff options
Diffstat (limited to 'run-client.sh')
-rwxr-xr-x | run-client.sh | 3 |
1 files changed, 1 insertions, 2 deletions
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 - - |