From a5db8a13fc2a46ea8b610df32726a158022b3dfc Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 15 Oct 2015 13:27:18 +0200 Subject: [PATCH] Double the default size of the replay window in SPTPS. --- src/sptps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.2