Skip to content
Snippets Groups Projects
Commit b8545a48 authored by Rick Carback's avatar Rick Carback
Browse files

Fix the timeout issue by turning up the dummy frequency

parent 218b42eb
Branches
No related tags found
No related merge requests found
......@@ -100,10 +100,10 @@ runclients() {
# 2>&1 > $CHANNELOUT &
# Start a dummy client
# ../bin/client -i 35 -d 35 -s $LASTNODE --numnodes 5 -m "dummy" --nick "dummy" \
# --dummyfrequency 0.05 \
# -f blobdummy 2>&1 > $DUMMYOUT &
# echo $! >> results/serverpids
../bin/client -i 35 -d 35 -s $LASTNODE --numnodes 5 -m "dummy" --nick "dummy" \
--dummyfrequency 0.5 \
-f blobdummy 2>&1 > $DUMMYOUT &
echo $! >> results/serverpids
echo "RUNNING CLIENTS..."
runclients
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment