diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-07-01 16:28:46 -0700 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2010-07-01 16:28:46 -0700 |
commit | ee38162e3b3faba467c1e070b14873190e894590 (patch) | |
tree | 353276f0995a67a62806afebd53fe596a0baa2c4 /debian | |
parent | 9df8e32eb702a7260f7e53f5706795f19a7d5f82 (diff) | |
download | conntrack-tools-ee38162e3b3faba467c1e070b14873190e894590.tar.gz conntrack-tools-ee38162e3b3faba467c1e070b14873190e894590.zip |
Enforce strict logic for NetlinkBufferSize, NetlinkBufferSizeMaxGrowth clauses
* NetlinkBufferSize value passed to the kernel gets doubled [see SO_RCVBUF
in net/core/sock.c]; it's halved now before it gets sent to the kernel.
This ensures that daemon starts up with a netlink socket buffer size
equal to the value set for NetlinkBufferSize in configuration file
* Previously, netlink socket buffer size would only stop increasing after
it had increased beyond NetlinkBufferSizeMaxGrowth value. With this commit
netlink socket buffer size increases as long as it is less than or
equal to NetlinkBufferSizeMaxGrowth value
Diffstat (limited to 'debian')
0 files changed, 0 insertions, 0 deletions