Lots of changes. In no particular order:
[distributedratelimiting.git] / drl / samplehold.h
index 5a554ef..f96fa26 100644 (file)
 #define FLOW_DELETED 1
 #define FLOW_USED 2
 
-#define RANDOM_GRANULARITY 1000
+#define RANDOM_GRANULARITY (1000)
+
+#define SAMPLEHOLD_PERCENTAGE (5)
+#define SAMPLEHOLD_OVERFACTOR (10)
 
 /** In-table representation of a flow that has been sampled. */
 typedef struct sampled_flow {