0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn/transport
Antonio Quartulli 1d6bae4b5b
tcplinkcommon: bubble up real exception error
In case of error along the TCP RX path it is better to grab the error
coming with the exception and report it back up.

For this reason, catch ExceptionCode objects rather than std::exception
as the former carries the error code together with the text message.

Signed-off-by: Antonio Quartulli <antonio@openvpn.net>
2019-06-25 11:47:35 +02:00
..
client tcpcli: ensure SSL Factory survives as long as TLS link 2019-06-25 11:47:34 +02:00
server [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
altproxy.hpp [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
dco.hpp [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
gremlin.hpp [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
mssfix.hpp [OVPN3-341] implement mssfix support 2018-12-21 10:30:31 +02:00
mutate.hpp [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
pktstream.hpp [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
protocol.hpp [OVPN3-310] logging: fix 'OPENVPN_LOG_NTNL': identifier not found 2018-09-06 10:46:35 +03:00
reconnect_notify.hpp [OVPN3-140] Update company names in copyrights 2017-12-22 17:59:39 +08:00
socket_protect.hpp Add Remote endpoint information to protect_socket call 2018-12-04 13:33:18 +01:00
tcplink.hpp Merged in OVPN3-211-implement-big-mutex (pull request #5) 2018-06-08 08:03:44 +00:00
tcplinkbase.hpp [OVPN3-169] tcplink: introduce LinkBase abstract class 2018-04-19 17:38:18 +08:00
tcplinkcommon.hpp tcplinkcommon: bubble up real exception error 2019-06-25 11:47:35 +02:00
udplink.hpp [OVPN3-211] bigmutex: introduce macro to ensure thread-safety 2018-06-07 21:17:42 +03:00