Long-outstanding commit. (Hopefully) Final version before running experiments for...
[distributedratelimiting.git] / drl / raterouter.h
index 2594f12..37f0141 100644 (file)
@@ -60,7 +60,9 @@ enum dampenings { DAMPEN_NONE = 0, DAMPEN_TEST = 1, DAMPEN_FAILED = 2, DAMPEN_PA
  */
 #define FLOW_START_THRESHOLD (6000)
 
-#define CLOSE_ENOUGH (0.99)
+#define CLOSE_ENOUGH (0.90)
+
+#define GRD_BIG_DROP (0.90)
 
 /**
  * All fields come from the ip protocol header.
@@ -79,7 +81,7 @@ enum dampenings { DAMPEN_NONE = 0, DAMPEN_TEST = 1, DAMPEN_FAILED = 2, DAMPEN_PA
  * specified in the config file.  The second is a standard table with
  * "perfect" accounting so that we can compare the two.  Turn this off for 
  * any type of production setting. */
-#define SHADOW_ACCTING
+//#define SHADOW_ACCTING
 
 /* forward declare some structs */
 struct limiter;