summaryrefslogtreecommitdiff
path: root/src/netlink.c
AgeCommit message (Collapse)Author
2010-07-01Enforce strict logic for NetlinkBufferSize, NetlinkBufferSizeMaxGrowth clausesMohit Mehta
* 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
2010-06-29update error message for max netlink socket size reachedMohit Mehta
2010-06-14debian conntrack 0.9.14-2root