]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Fixed issue where a client might receive multiple push replies from
authorJames Yonan <james@openvpn.net>
Fri, 18 Mar 2011 04:51:59 +0000 (04:51 +0000)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Tue, 26 Apr 2011 20:29:11 +0000 (22:29 +0200)
commitff65da3a230b658b2c1d52dc1a48612e80a2eb42
tree6c5a7b07a5e749cfbd88173ac069736e8065045c
parenta74b741b6114d29ad68766139dbcd9dfcf715c4a
Fixed issue where a client might receive multiple push replies from
a server if it sent multiple push requests due to the server being
slow to respond.  This could cause the client to process pushed
options twice, leading to duplicate pushed routes, among other issues.
The fix, implemented server-side, is to reply only once to a push
request even if multiple requests are received.

git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@7060 e7ae566f-a301-0410-adde-c780ea21d3b5
openvpn.h
push.c
push.h