Make sure the ReplayWindow option works for SPTPS as well.
This commit is contained in:
parent
ee1d655f2f
commit
b234304b66
1 changed files with 1 additions and 0 deletions
|
@ -668,6 +668,7 @@ static bool setup_myself(void) {
|
|||
return false;
|
||||
}
|
||||
replaywin = (unsigned)replaywin_int;
|
||||
sptps_replaywin = replaywin;
|
||||
}
|
||||
|
||||
/* Generate packet encryption key */
|
||||
|
|
Loading…
Reference in a new issue