aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSree Harsha Totakura <totakura@in.tum.de>2013-04-05 08:27:08 +0000
committerSree Harsha Totakura <totakura@in.tum.de>2013-04-05 08:27:08 +0000
commite5739a3f020ded0f22a59ac03de164d34f5d9016 (patch)
tree2a7520a1e3c3c169b5463145f73f6bf4743c3871 /src
parentfeeca79f53b8252a45d7451624cbb05e1e497a4e (diff)
downloadgnunet-e5739a3f020ded0f22a59ac03de164d34f5d9016.tar.gz
gnunet-e5739a3f020ded0f22a59ac03de164d34f5d9016.zip
- revert; do not enable traffic logging by default
Diffstat (limited to 'src')
-rw-r--r--src/nse/gnunet-service-nse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index 6a8e41c6a..2b7b3f8ee 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_YES 64#define ENABLE_HISTOGRAM GNUNET_NO
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?