X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drl%2Fstandard.h;h=d54aa3e84a9cab213c36d581dfa42beaf897e617;hb=74f52acf84cbf11faab8aa53e069464063ce11b9;hp=59c45f7d8c50aa14433be633bb542a55b1973024;hpb=0be9704d6b24d09ebd55beedec52758cb88c570b;p=distributedratelimiting.git diff --git a/drl/standard.h b/drl/standard.h index 59c45f7..d54aa3e 100644 --- a/drl/standard.h +++ b/drl/standard.h @@ -16,7 +16,7 @@ /** The number of seconds after which a flow is considered to be inactive. * Inactive flows will be removed from the table during the next call to the * cleanup function. */ -#define FLOW_IDLE_TIME 10 +#define FLOW_IDLE_TIME 15 /** Representation of a flow in a standard table. */ typedef struct std_flow {