X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fstandard.h;h=d5799d6024235dbe65fa7cb97f9ab3609f6680c0;hp=59c45f7d8c50aa14433be633bb542a55b1973024;hb=d21104e4fb6400d420027b865833cae78697cda3;hpb=5196115d2999ca57181ef592e7907d7afb14c1b3 diff --git a/drl/standard.h b/drl/standard.h index 59c45f7..d5799d6 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 30 /** Representation of a flow in a standard table. */ typedef struct std_flow {