summaryrefslogtreecommitdiffstats
path: root/run-client.sh
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2018-08-14 21:58:29 +0200
committerSuren A. Chilingaryan <csa@suren.me>2018-08-14 21:58:29 +0200
commit5cdb425d6843c100189611c2edb37b03efc1dc5a (patch)
tree82c5e7397b2950c41c00d09ed8020e9d98ced693 /run-client.sh
parentad4fef28ad3fc8b73a3bf97c229e878e8c680e16 (diff)
downloadods-5cdb425d6843c100189611c2edb37b03efc1dc5a.tar.gz
ods-5cdb425d6843c100189611c2edb37b03efc1dc5a.tar.bz2
ods-5cdb425d6843c100189611c2edb37b03efc1dc5a.tar.xz
ods-5cdb425d6843c100189611c2edb37b03efc1dc5a.zip
Make it compatible with CentOS 7.5
Diffstat (limited to 'run-client.sh')
-rwxr-xr-xrun-client.sh3
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
-
-