From 2e250f0235b80a052ec14f1da35dd2df93d8327c Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Tue, 8 May 2018 17:05:17 +0200 Subject: 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. --- rumba/prototypes/ouroboros.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rumba/prototypes/ouroboros.py') 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)"] -- cgit v1.2.3