]> tinc-vpn.org Git - tinc/blobdiff - doc/tinc.conf.5.in
Increase the ReplayWindow default from 16 to 32.
[tinc] / doc / tinc.conf.5.in
index 2ba1012424cbcb9f5c0d55bff7b822fa5a59b46a..9e5c0256d76be7f3b1598bcd9ec3d016c6fdfeee 100644 (file)
@@ -464,10 +464,10 @@ and
 .Ev REMOTEPORT
 are available.
 .El
-.It Va ReplayWindow Li = Ar bytes Pq 16
+.It Va ReplayWindow Li = Ar bytes Pq 32
 This is the size of the replay tracking window for each remote node, in bytes.
 The window is a bitfield which tracks 1 packet per bit, so for example
-the default setting of 16 will track up to 128 packets in the window. In high
+the default setting of 32 will track up to 256 packets in the window. In high
 bandwidth scenarios, setting this to a higher value can reduce packet loss from
 the interaction of replay tracking with underlying real packet loss and/or
 reordering. Setting this to zero will disable replay tracking completely and