aboutsummaryrefslogtreecommitdiff
path: root/karyons_p2p
diff options
context:
space:
mode:
Diffstat (limited to 'karyons_p2p')
-rwxr-xr-xkaryons_p2p/examples/net_simulation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/karyons_p2p/examples/net_simulation.sh b/karyons_p2p/examples/net_simulation.sh
index b223b63..1a05adf 100755
--- a/karyons_p2p/examples/net_simulation.sh
+++ b/karyons_p2p/examples/net_simulation.sh
@@ -68,6 +68,6 @@ tmux split-window -v -t karyons_p2p
tmux send-keys -t karyons_p2p "../../target/release/examples/peer --userid 'peer12'\
-b 'tcp://127.0.0.1:30010' -b 'tcp://127.0.0.1:30015' -b 'tcp://127.0.0.1:30011'" Enter
-tmux set-window-option -t karyons_p2p synchronize-panes on
+# tmux set-window-option -t karyons_p2p synchronize-panes on
tmux attach -t karyons_p2p