diff options
Diffstat (limited to 'doc/sync/notrack/conntrackd.conf')
-rw-r--r-- | doc/sync/notrack/conntrackd.conf | 16 |
1 files changed, 6 insertions, 10 deletions
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 # |