0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/test
James Yonan 86d7729794 clievent : distinguish between 3 event categories
(instead of 2):

(a) ordinary events such as CONNECTING, CONNECTED,
(b) nonfatal errors such as TRANSPORT_ERROR that will
    automatically trigger a reconnect, and
(c) fatal errors such as AUTH_FAILED, that will be followed
    by a DISCONNECT

In ClientAPI::Event, added a new "fatal" boolean to indicate
when errors are fatal.

Added a new non-fatal event TUN_ERROR that triggers a
reconnect when errors are indicated in tunio.hpp.
2016-03-31 20:24:28 -06:00
..
ovpncli clievent : distinguish between 3 event categories 2016-03-31 20:24:28 -06:00
ssl In test/ssl/go, build for PolarSSL by default but 2015-11-27 17:25:59 -07:00
unused Obsoleted asiodispatch in favor of C++11 lambdas. 2015-06-25 13:59:12 -06:00