From: Guus Sliepen Date: Thu, 15 Oct 2015 11:27:18 +0000 (+0200) Subject: Double the default size of the replay window in SPTPS. X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=a5db8a13fc2a46ea8b610df32726a158022b3dfc;p=meshlink Double the default size of the replay window in SPTPS. --- diff --git a/src/sptps.c b/src/sptps.c index 2e9ac6fe..ab883027 100644 --- a/src/sptps.c +++ b/src/sptps.c @@ -27,7 +27,7 @@ #include "prf.h" #include "sptps.h" -unsigned int sptps_replaywin = 16; +unsigned int sptps_replaywin = 32; /* Nonce MUST be exchanged first (done)