From: Etienne Dechamps Date: Sun, 15 Mar 2015 18:01:03 +0000 (+0000) Subject: Increase the ReplayWindow default from 16 to 32. X-Git-Tag: release-1.1pre12~185^2 X-Git-Url: https://tinc-vpn.org/git/browse?a=commitdiff_plain;ds=sidebyside;h=7027bba541eca3e34f689bebd6f6e408ba4e7710;hp=7027bba541eca3e34f689bebd6f6e408ba4e7710;p=tinc Increase the ReplayWindow default from 16 to 32. As a rule, it seems reasonable to make sure that tinc operates correctly on at least 1G links, since these are pretty common. However, I have observed replay window issues when operating at speeds of 600 Mbit/s and above, especially when the receiving end is a Windows system (not sure why). This commit increases the default so that this won't occur on fresh setups. ---