aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-30 09:49:16 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-30 09:49:16 +0000
commitdab0864e06fc416a5baf5d2c5263baefe058cd27 (patch)
tree265ae9641073e84fd7fb327ff85952d11e624998 /src
parent5c97164da0a6b6368d81ef1002d701e6eb949cc5 (diff)
downloadgnunet-dab0864e06fc416a5baf5d2c5263baefe058cd27.tar.gz
gnunet-dab0864e06fc416a5baf5d2c5263baefe058cd27.zip
production settings
Diffstat (limited to 'src')
-rw-r--r--src/nse/gnunet-service-nse.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nse/gnunet-service-nse.c b/src/nse/gnunet-service-nse.c
index f59516e8b..b0a8a1435 100644
--- a/src/nse/gnunet-service-nse.c
+++ b/src/nse/gnunet-service-nse.c
@@ -45,14 +45,14 @@
45#include "gnunet_nse_service.h" 45#include "gnunet_nse_service.h"
46#include "nse.h" 46#include "nse.h"
47 47
48#define NODELAYS GNUNET_YES 48#define NODELAYS GNUNET_NO
49 49
50/** 50/**
51 * Should we generate a histogram with the time stamps of when we received 51 * Should we generate a histogram with the time stamps of when we received
52 * NSE messages to disk? (for performance evaluation only, not useful in 52 * NSE messages to disk? (for performance evaluation only, not useful in
53 * production) 53 * production)
54 */ 54 */
55#define ENABLE_HISTOGRAM GNUNET_YES 55#define ENABLE_HISTOGRAM GNUNET_NO
56 56
57/** 57/**
58 * Over how many values do we calculate the weighted average? 58 * Over how many values do we calculate the weighted average?