summaryrefslogtreecommitdiffstats
path: root/doc/sync/ftfw
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2009-02-21 14:18:56 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2009-02-21 14:18:56 +0100
commitae94864dee8596fcaf19ffe5670d192a0efd5fd6 (patch)
tree11f0cd3d4f95d14bf489448b4735d315f8bf5280 /doc/sync/ftfw
parent158fdcef1536da826bcc68294b17f6be354dd913 (diff)
config: add NetlinkBufferSize and NetlinkBufferSizeMaxGrowth
This patch adds two alias that removes an inconsistency in the configuration file names. Now, the clauses that refers to Netlink starts by the prefix "Netlink". Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/sync/ftfw')
-rw-r--r--doc/sync/ftfw/conntrackd.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index 790026b..d7e4123 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -199,7 +199,7 @@ General {
# and high CPU consumption. This example configuration file sets the
# size to 2 MBytes to avoid this sort of problems.
#
- SocketBufferSize 2097152
+ NetlinkBufferSize 2097152
#
# The daemon doubles the size of the netlink event socket buffer size
@@ -207,7 +207,7 @@ General {
# maximum buffer size growth that can be reached. This example file
# sets the size to 8 MBytes.
#
- SocketBufferSizeMaxGrowth 8388608
+ NetlinkBufferSizeMaxGrowth 8388608
#
# If the daemon detects that Netlink is dropping state-change events,