UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES
PROOFFILE = $SERVICEHOME/.nse-proof
+HISTOGRAM = $SERVICEHOME/nse-history.log
# How 'slowly' should the proof-of-work be constructed (delay
# between rounds in ms); sane values between 0 and ~1000.
#include "gnunet_nse_service.h"
#include "nse.h"
+/**
+ * Should we generate a histogram with the time stamps of when we received
+ * NSE messages to disk? (for performance evaluation only, not useful in
+ * production)
+ */
#define ENABLE_HISTOGRAM GNUNET_YES
/**