[Bug 523] rate problems for rates above 5000 in the limit module
bugzilla-daemon at bugzilla.netfilter.org
bugzilla-daemon at bugzilla.netfilter.org
Thu Oct 12 06:31:53 CEST 2006
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=523
kaber at trash.net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
------- Additional Comments From kaber at trash.net 2006-10-12 06:31 MET -------
> Looks like the problem may be with storing r->avg as an integer.
Indeed. The limit is stored in integer timeunits of 1/10000s. 10000/s => 1,
5000/s => 2, etc. This is really not very clever, unfortunately fixing this
looks hard because we need to preserve compatibility.
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the netfilter-buglog
mailing list