aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rumba/prototypes/ouroboros.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 4379cbc..6dec9e4 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -70,8 +70,9 @@ class Experiment(mod.Experiment):
"git clone -b " + self.git_branch + " " + self.git_repo + \
" " + fs_loc,
"cd " + fs_loc + " && mkdir build && cd build && " +
- "cmake -DCMAKE_BUILD_TYPE=Debug -DCONNECT_TIMEOUT=60000 " + \
- "-DREG_TIMEOUT=60000 -DQUERY_TIMEOUT=4000 .. && " + \
+ "cmake -DCMAKE_BUILD_TYPE=Debug -DIPCP_FLOW_STATS=True " +
+ "-DCONNECT_TIMEOUT=60000 " +
+ "-DREG_TIMEOUT=60000 -DQUERY_TIMEOUT=4000 .. && " +
"sudo make install -j$(nproc)"]
names = []