X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fconfig.h;h=82e6e1fccb76fd293a53c1613002cda52990a603;hp=e1a436fba7d1085ba9c03465f431b34e0410d619;hb=f83340496f632165030cc92cd98408a87082f6b1;hpb=74f52acf84cbf11faab8aa53e069464063ce11b9 diff --git a/drl/config.h b/drl/config.h index e1a436f..82e6e1f 100644 --- a/drl/config.h +++ b/drl/config.h @@ -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;