Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-21 | conntrackd: reduce the number of gettimeofday() syscalls | Pablo Neira Ayuso | |
This patch reduces the number of gettimeofday syscalls by caching the current time in a variable at the beginning of the main loop. Based on a suggestion from Vincent Jardin. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org> |