]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Change the hold command to communicate the time that OpenVPN would wait to the UI.
authorArne Schwabe <arne@rfc2549.org>
Wed, 12 Oct 2016 10:47:07 +0000 (12:47 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Thu, 13 Oct 2016 15:19:48 +0000 (17:19 +0200)
commit396d30c264e6cb6b9f57c3e566f3b71879999662
tree94ebfdda7fb93920e7c001c9719a056cccc81a56
parent88c4b9d6ad1d346931d9090b247e9e3d2d86bce7
Change the hold command to communicate the time that OpenVPN would wait to the UI.

Before the connect-retry change to do exponential backup this was not
necessary since the time was fixed. With the exponential backoff the
UI needs either to implement its own exponential backoff mechanism
or needs a way of knowing the value of OpenVPN internal mechansim.

Patch V2: Fixed typos noticed by Selva

[DS: Fixed a couple of whitespace errors in management_hold() at commit time]

Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <1476269227-13290-1-git-send-email-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg12675.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
doc/management-notes.txt
src/openvpn/init.c
src/openvpn/manage.c
src/openvpn/manage.h