X-Git-Url: http://git.onelab.eu/?p=distributedratelimiting.git;a=blobdiff_plain;f=drl%2Fstandard.h;h=d54aa3e84a9cab213c36d581dfa42beaf897e617;hp=d5799d6024235dbe65fa7cb97f9ab3609f6680c0;hb=da2e1847da1c3ece4b1a8685de49d972aed48178;hpb=98532885e230a587b3cea807cefa0c4176434f9b diff --git a/drl/standard.h b/drl/standard.h index d5799d6..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 30 +#define FLOW_IDLE_TIME 15 /** Representation of a flow in a standard table. */ typedef struct std_flow {