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

Enable the ratchet on the bots

parent 47155233
No related branches found
No related tags found
No related merge requests found
...@@ -91,12 +91,12 @@ runclients() { ...@@ -91,12 +91,12 @@ runclients() {
# Start a channelbot server # Start a channelbot server
../bin/client channelbot -v -i 31 --nick "#general" --numnodes 5 -s $LASTNODE \ ../bin/client channelbot -v -i 31 --nick "#general" --numnodes 5 -s $LASTNODE \
--noratchet --noBlockingTransmission -f blobchannel \ --noBlockingTransmission -f blobchannel \
2>&1 > $CHANNELOUT & 2>&1 > $CHANNELOUT &
# Start a dummy client # Start a dummy client
../bin/client -i 35 -d 35 -s $LASTNODE --numnodes 5 -m "dummy" --nick "dummy" \ ../bin/client -i 35 -d 35 -s $LASTNODE --numnodes 5 -m "dummy" --nick "dummy" \
--dummyfrequency 1 --noratchet --noBlockingTransmission \ --dummyfrequency 1 --noBlockingTransmission \
-f blobdummy 2>&1 > $DUMMYOUT & -f blobdummy 2>&1 > $DUMMYOUT &
echo "RUNNING CLIENTS..." echo "RUNNING CLIENTS..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment