diff options
Diffstat (limited to 'doc/sync/ftfw/conntrackd.conf')
-rw-r--r-- | doc/sync/ftfw/conntrackd.conf | 12 |
1 files changed, 5 insertions, 7 deletions
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 |