projects
/
tinc
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee1d655
)
Make sure the ReplayWindow option works for SPTPS as well.
author
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 14 Oct 2012 12:48:35 +0000
(14:48 +0200)
committer
Guus Sliepen
<guus@tinc-vpn.org>
Sun, 14 Oct 2012 12:48:35 +0000
(14:48 +0200)
src/net_setup.c
patch
|
blob
|
history
diff --git
a/src/net_setup.c
b/src/net_setup.c
index
462ff10
..
b2cfe28
100644
(file)
--- a/
src/net_setup.c
+++ b/
src/net_setup.c
@@
-668,6
+668,7
@@
static bool setup_myself(void) {
return false;
}
replaywin = (unsigned)replaywin_int;
+ sptps_replaywin = replaywin;
}
/* Generate packet encryption key */