forked from torvalds/linux
Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
netfilter: conntrack: configurable conntrack gc scan interval
In Commit 4608fdf ("netfilter: conntrack: collect all entries in one cycle") conntrack gc was changed to run periodically every 2 minutes. On systems handling many UDP connections, this leads to bursts of session termination handling. As suggested in the original commit, provide the ability to control the gc interval using a sysctl knob. Signed-off-by: Eyal Birger <eyal.birger@gmail.com>
- Loading branch information
1 parent
3b1abcf
commit 2e10f30e82a92d09c72cfcd3e659cd2395bf3e3e
Showing
4 changed files
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters