Eric Leblond wrote:
NFLOG timeout was computed in timer by doing: flushtimeout*HZ/100 Default value of flushtimeout was HZ (for 1 second delay). This was wrong for non 100HZ computer. This patch modifies the delay computation by using: flushtimeout*HZ/1000 delay and set default value of flushtimeout to 1000 (as 1/100 sec is not a common unit).
I think we should adjust the default instead as that doesn't affect the units exposed to userspace (which is 10ms). -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html