aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-05-08 17:05:17 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-05-14 11:03:34 +0200
commit2e250f0235b80a052ec14f1da35dd2df93d8327c (patch)
tree1cde6fdc295f9f17911d9fc7b066a80afa99f12f /rumba/prototypes/ouroboros.py
parent031cdc38878686d7ae5532f3968e2b4d428ab7cd (diff)
downloadrumba-2e250f0235b80a052ec14f1da35dd2df93d8327c.tar.gz
rumba-2e250f0235b80a052ec14f1da35dd2df93d8327c.zip
rumba: Reconnect SSH in case of SIGPIPE
This reconnects the SSH connection in case the other side unilaterally closed the connection. This often happens with the exogeni testbed.
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 016183e..1402180 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -113,7 +113,7 @@ class Experiment(mod.Experiment):
" " + fs_loc,
"cd " + fs_loc + " && mkdir build && cd build && " +
"cmake -DCMAKE_BUILD_TYPE=Debug -DIPCP_FLOW_STATS=True " +
- "-DCONNECT_TIMEOUT=60000 " +
+ "-DCONNECT_TIMEOUT=60000 -DIPCP_CONN_WAIT_DIR=True " +
"-DREG_TIMEOUT=60000 -DQUERY_TIMEOUT=4000 .. && " +
"sudo make install -j$(nproc)"]