aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/nse/gnunet-service-nse.c2
-rw-r--r--src/nse/nse_infiniband.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 2b7b3f8ee..6a8e41c6a 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -61,7 +61,7 @@
61 * production). The associated code should also probably be removed 61 * production). The associated code should also probably be removed
62 * once we're done with experiments. 62 * once we're done with experiments.
63 */ 63 */
64#define ENABLE_HISTOGRAM GNUNET_NO 64#define ENABLE_HISTOGRAM GNUNET_YES
65 65
66/** 66/**
67 * Over how many values do we calculate the weighted average? 67 * Over how many values do we calculate the weighted average?
diff --git a/src/nse/nse_infiniband.conf b/src/nse/nse_infiniband.conf
index ce4dfad46..aeda85a75 100644
--- a/src/nse/nse_infiniband.conf
+++ b/src/nse/nse_infiniband.conf
@@ -23,7 +23,7 @@ AUTOSTART = NO
23# Overriding network settings for faster testing (do NOT use 23# Overriding network settings for faster testing (do NOT use
24# these values in production just because they are here) 24# these values in production just because they are here)
25WORKDELAY = 60 s 25WORKDELAY = 60 s
26INTERVAL = 4 s 26INTERVAL = 10 s
27WORKBITS = 0 27WORKBITS = 0
28PROOFFILE = $SERVICEHOME/nse.proof 28PROOFFILE = $SERVICEHOME/nse.proof
29HISTOGRAM_DIR = /home/totakura/nse/test/histograms 29HISTOGRAM_DIR = /home/totakura/nse/test/histograms