Long-outstanding commit. (Hopefully) Final version before running experiments for...
[distributedratelimiting.git] / drl / samplehold.h
index f96fa26..fbd8d3d 100644 (file)
 
 #define RANDOM_GRANULARITY (1000)
 
+/* For simple S&H testing. */
 #define SAMPLEHOLD_PERCENTAGE (5)
-#define SAMPLEHOLD_OVERFACTOR (10)
+#define SAMPLEHOLD_OVERFACTOR (1.25)
+
+//#define SAMPLEHOLD_PERCENTAGE (5)
+//#define SAMPLEHOLD_OVERFACTOR (10)
+#define SAMPLEHOLD_BONUS_FACTOR (1.05)
 
 /** In-table representation of a flow that has been sampled. */
 typedef struct sampled_flow {