summaryrefslogtreecommitdiffstats
path: root/doc/sync/notrack/conntrackd.conf
diff options
context:
space:
mode:
authorPablo Neira Ayuso <pablo@netfilter.org>2008-12-17 19:19:21 +0100
committerPablo Neira Ayuso <pablo@netfilter.org>2008-12-17 19:19:21 +0100
commit9bc7d7f8f333e79323495a193f92c9d4f1708da9 (patch)
tree051bdab2c27928f02f52e8bc4ef38d7cf29c7c44 /doc/sync/notrack/conntrackd.conf
parenta3c63cd051503207459ba01cddb7e468d6ac10e3 (diff)
x
Diffstat (limited to 'doc/sync/notrack/conntrackd.conf')
-rw-r--r--doc/sync/notrack/conntrackd.conf16
1 files changed, 10 insertions, 6 deletions
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index bc1a3a6..cbc26ee 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -66,9 +66,11 @@ Sync {
# sender queue. The overrun results packet loss, thus, losing
# state information that would have to be retransmitted. If you
# notice some packet loss, you may want to increase the size
- # of the sender buffer. Note: This protocol is best effort,
- # really recommended to increase the buffer size.
-
+ # of the sender buffer. The default size is usually around
+ # ~100 KBytes which is fairly small for busy firewalls.
+ # Note: This protocol is best effort, it is really recommended
+ # to increase the buffer size.
+ #
McastSndSocketBuffer 1249280
# The multicast receiver uses a buffer to enqueue the packets
@@ -78,9 +80,11 @@ Sync {
# receiver queue. The overrun results packet loss, thus, losing
# state information that would have to be retransmitted. If you
# notice some packet loss, you may want to increase the size of
- # the receiver buffer. Note: This protocol is best effort,
- # really recommended to increase the buffer size.
-
+ # of the sender buffer. The default size is usually around
+ # ~100 KBytes which is fairly small for busy firewalls.
+ # Note: This protocol is best effort, it is really recommended
+ # to increase the buffer size.
+ #
McastRcvSocketBuffer 1249280
#