0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn/random
James Yonan de0da474ef Revamp remote-list handling so that DNS names that resolve to
multiple addresses will be treated as if each address was an
individual remote directive.

Fixed issue where UDP transport driver was calling socket
connect method synchronously.  This can cause exceptions
to be thrown in corner cases, such as "No route to host"
on OSX/iOS for connections to IPv6 addresses when no default
IPv6 route exists on system.  Refactoring UDP connect
operation to be asychronous fixes the issue.

Implemented remote-random.
2013-03-12 19:20:37 +00:00
..
boostrand.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
prng.hpp Added head comments to all source files. 2012-11-23 06:18:43 +00:00
randint.hpp Revamp remote-list handling so that DNS names that resolve to 2013-03-12 19:20:37 +00:00
randtype.hpp Revamp remote-list handling so that DNS names that resolve to 2013-03-12 19:20:37 +00:00