From 8be4e1c72909d7003735d92f2b3c2175ff84d2d9 Mon Sep 17 00:00:00 2001
From: Pablo Neira Ayuso <pablo@netfilter.org>
Date: Wed, 17 Dec 2008 19:31:42 +0100
Subject: doc: revert commit 9bc7d7f8f333e79323495a193f92c9d4f1708da9

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
---
 doc/sync/alarm/conntrackd.conf   | 10 ++++------
 doc/sync/ftfw/conntrackd.conf    | 12 +++++-------
 doc/sync/notrack/conntrackd.conf | 16 ++++++----------
 3 files changed, 15 insertions(+), 23 deletions(-)

(limited to 'doc/sync')

diff --git a/doc/sync/alarm/conntrackd.conf b/doc/sync/alarm/conntrackd.conf
index f42a799..0d4847b 100644
--- a/doc/sync/alarm/conntrackd.conf
+++ b/doc/sync/alarm/conntrackd.conf
@@ -80,10 +80,9 @@ 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. The default size is usually around
-		# ~100 KBytes which is fairly small for busy firewalls.
+		# of the sender buffer.
 		#
-		McastSndSocketBuffer 1249280
+		# McastSndSocketBuffer 1249280
 
 		# The multicast receiver uses a buffer to enqueue the packets
 		# that the socket is pending to handle. The default size of this
@@ -92,10 +91,9 @@ 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. The default size is usually around
-		# ~100 KBytes which is fairly small for busy firewalls.
+		# the receiver buffer.
 		#
-		McastRcvSocketBuffer 1249280
+		# McastRcvSocketBuffer 1249280
 
 		# 
 		# Enable/Disable message checksumming. This is a good
diff --git a/doc/sync/ftfw/conntrackd.conf b/doc/sync/ftfw/conntrackd.conf
index e12a745..047ea48 100644
--- a/doc/sync/ftfw/conntrackd.conf
+++ b/doc/sync/ftfw/conntrackd.conf
@@ -88,11 +88,10 @@ 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. The default size is usually around
-		# ~100 KBytes which is fairly small for busy firewalls.
+		# of the sender buffer.
+		#
+		# McastSndSocketBuffer 1249280
 		#
-		McastSndSocketBuffer 1249280
-
 		# The multicast receiver uses a buffer to enqueue the packets
 		# that the socket is pending to handle. The default size of this
 		# socket buffer is available at /proc/sys/net/core/rmem_default.
@@ -100,10 +99,9 @@ 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. The default size is usually around
-		# ~100 KBytes which is fairly small for busy firewalls.
+		# the receiver buffer.
 		#
-		McastRcvSocketBuffer 1249280
+		# McastRcvSocketBuffer 1249280
 
 		# 
 		# Enable/Disable message checksumming. This is a good
diff --git a/doc/sync/notrack/conntrackd.conf b/doc/sync/notrack/conntrackd.conf
index cbc26ee..bc1a3a6 100644
--- a/doc/sync/notrack/conntrackd.conf
+++ b/doc/sync/notrack/conntrackd.conf
@@ -66,11 +66,9 @@ 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. 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.
-		#
+		# of the sender buffer. Note: This protocol is best effort,
+		# really recommended to increase the buffer size.
+
 		McastSndSocketBuffer 1249280
 
 		# The multicast receiver uses a buffer to enqueue the packets
@@ -80,11 +78,9 @@ 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
-		# 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.
-		#
+		# the receiver buffer. Note: This protocol is best effort,
+		# really recommended to increase the buffer size.
+
 		McastRcvSocketBuffer 1249280
 
 		#
-- 
cgit v1.2.3