X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=drl%2Fstandard.h;h=d54aa3e84a9cab213c36d581dfa42beaf897e617;hb=da2e1847da1c3ece4b1a8685de49d972aed48178;hp=d5799d6024235dbe65fa7cb97f9ab3609f6680c0;hpb=d21104e4fb6400d420027b865833cae78697cda3;p=distributedratelimiting.git 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 {