diff options
author | James Yonan <james@openvpn.net> | 2011-04-02 08:21:28 +0000 |
---|---|---|
committer | David Sommerseth <dazo@users.sourceforge.net> | 2011-04-26 22:29:11 +0200 |
commit | 4d453a1792b04f01a8c313157402ce0501ae809c (patch) | |
tree | 8f544d57e9d32e87bcc87a0453dbe97942d2b0a0 /ssl.h | |
parent | Added more packet ID debug info at debug level 3 for debugging (diff) | |
download | openvpn-4d453a1792b04f01a8c313157402ce0501ae809c.tar.xz |
Fixed bug that incorrectly placed stricter TCP packet replay rules on
UDP sessions when the client daemon was running in UDP/TCP adaptive
mode, and transitioned from TCP to UDP.
The bug would cause a single dropped packet in UDP mode to trigger a
barrage of packet replay errors followed by a disconnect and
reconnect.
Version 2.1.3r
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7125 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'ssl.h')
-rw-r--r-- | ssl.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -477,6 +477,7 @@ struct tls_options int replay_window; /* --replay-window parm */ int replay_time; /* --replay-window parm */ + bool tcp_mode; /* packet authentication for TLS handshake */ struct crypto_options tls_auth; |