> your patch will not prevent the first ping to empty the token bucket,
> because burst is still 0, which is larger than dst->rate_token, and since
> XRLIM_BURST_FACTOR times the timeout (which is 6*0=0 in that case) is the
> token maximum, it will be truncated to 0,
> causing the following packets (if in time) to be dropped.
Argh... I see, gap is too short and not enough of tokens are accumulated.
Thank you.
Damn, I see two ways: 1. to make sysctl active function
and recalculate max/sum of rates over classes and fill bucket.
Or to remove limiting distinguishing types, which is ideal
logically.
Alexey
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/