projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
68a65fb
)
- Added more stats gathering code
author
Bart Polot
<bart@net.in.tum.de>
Tue, 13 Dec 2011 16:57:45 +0000
(16:57 +0000)
committer
Bart Polot
<bart@net.in.tum.de>
Tue, 13 Dec 2011 16:57:45 +0000
(16:57 +0000)
src/nse/gnunet-service-nse.c
patch
|
blob
|
history
diff --git
a/src/nse/gnunet-service-nse.c
b/src/nse/gnunet-service-nse.c
index 5bf320ac463009bd3f9ea0e127c8ec34070bf414..7c223190e82b396702a64569e9d3728682790ca6 100644
(file)
--- a/
src/nse/gnunet-service-nse.c
+++ b/
src/nse/gnunet-service-nse.c
@@
-59,7
+59,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?
@@
-301,7
+301,7
@@
setup_estimate_message (struct GNUNET_NSE_ClientMessage *em)
double val;
double nsize;
-#define WEST
1
+#define WEST
0
/* Weighted incremental algorithm for stddev according to West (1979) */
#if WEST
double sumweight;