aboutsummaryrefslogtreecommitdiff
path: root/src/nse
diff options
context:
space:
mode:
authorharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2013-04-05 08:25:54 +0000
committerharsha <harsha@140774ce-b5e7-0310-ab8b-a85725594a96>2013-04-05 08:25:54 +0000
commit90e0422222588663c63074319aa7f30cb21e68c3 (patch)
tree2af7ae9ecd5c8ce1b603b6b03881d76c67e54740 /src/nse
parent39b799d8f443992b3e293ed6b965bcd008f15641 (diff)
- increase interval
git-svn-id: https://gnunet.org/svn/gnunet@26765 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/nse')
-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 2b7b3f8ee1..6a8e41c6a7 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -61,7 +61,7 @@
* production). The associated code should also probably be removed
* once we're done with experiments.
*/
-#define ENABLE_HISTOGRAM GNUNET_NO
+#define ENABLE_HISTOGRAM GNUNET_YES
/**
* 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 ce4dfad464..aeda85a756 100644
--- a/src/nse/nse_infiniband.conf
+++ b/src/nse/nse_infiniband.conf
@@ -23,7 +23,7 @@ AUTOSTART = NO
# Overriding network settings for faster testing (do NOT use
# these values in production just because they are here)
WORKDELAY = 60 s
-INTERVAL = 4 s
+INTERVAL = 10 s
WORKBITS = 0
PROOFFILE = $SERVICEHOME/nse.proof
HISTOGRAM_DIR = /home/totakura/nse/test/histograms