aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-05 08:25:54 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-05 08:25:54 +0000
commitfeeca79f53b8252a45d7451624cbb05e1e497a4e (patch)
tree2af7ae9ecd5c8ce1b603b6b03881d76c67e54740
parentc3f78ee81d1512fdbcefb9edd2256ec53bf9d664 (diff)
downloadgnunet-feeca79f53b8252a45d7451624cbb05e1e497a4e.tar.gz
gnunet-feeca79f53b8252a45d7451624cbb05e1e497a4e.zip
- increase interval
-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