Lots of changes. In no particular order:
[distributedratelimiting.git] / drl / config.h
index e1a436f..82e6e1f 100644 (file)
@@ -75,9 +75,12 @@ typedef struct ident_config {
     /** The fixed (1-second) ewma weight value for this identity. */
     double fixed_ewma_weight;
 
-    /** The number of estimate intervals to wait between calls to estimate,
+    /** The number of limiter intervals to wait between calls to estimate,
      * allocate and enforce. */
-    int intervals;
+    int mainloop_intervals;
+
+    /** The number of limiter intervals to wait between communication. */
+    int communication_intervals;
 
     /** The type of this identity. */
     enum ident_types type;