[Openvpn-devel] [PATCH] Fix reconnect issues when --push and UDP is used on the server

2012-09-09 Thread David Sommerseth
From: David Sommerseth When the server is configured with UDP and --push statements, reconnecting often fails by the client never receiving PUSH_REPLY. The client sends PUSH_REQUEST and the server logs these requests but does not send them. This bug got introduced in commit ff65da3a230b658b2c1d

Re: [Openvpn-devel] [PATCH] Fix reconnect issues when --push and UDP is used on the server

2012-09-09 Thread Gert Doering
Hi, On Sun, Sep 09, 2012 at 03:30:46AM +0200, David Sommerseth wrote: > From: David Sommerseth > > When the server is configured with UDP and --push statements, reconnecting > often fails by the client never receiving PUSH_REPLY. The client sends > PUSH_REQUEST and the server logs these request