]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed bug that incorrectly placed stricter TCP packet replay rules on
authorJames Yonan <james@openvpn.net>
Sat, 2 Apr 2011 08:21:28 +0000 (08:21 +0000)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Tue, 26 Apr 2011 20:29:11 +0000 (22:29 +0200)
commit4d453a1792b04f01a8c313157402ce0501ae809c
tree8f544d57e9d32e87bcc87a0453dbe97942d2b0a0
parentac1310528a248c99e039e7afaf48724ad1b7f10e
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
init.c
packet_id.c
packet_id.h
ssl.c
ssl.h
version.m4