Tweaked the timing of flow expiration back down.
[distributedratelimiting.git] / drl / raterouter.h
index e6de5e9..789cd95 100644 (file)
@@ -42,6 +42,7 @@ enum accountings { ACT_STANDARD = 1, ACT_SAMPLEHOLD = 2, ACT_SIMPLE = 3 };
 
 /* global constants */
 #define IDENT_CLEAN_INTERVAL 5 /* in seconds */
+
 #define LIMITER_LISTEN_PORT 9001
 
 /**