]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Do not randomize resolving of IP addresses in getaddr()
authorDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 18 Feb 2010 20:20:14 +0000 (21:20 +0100)
committerDavid Sommerseth <dazo@users.sourceforge.net>
Thu, 29 Apr 2010 18:22:07 +0000 (20:22 +0200)
commitf279a6b97bfd63d8e1d336745ad23638a670e6ce
treeaeb24774897ada4edbf1456151ef7eb7acd5c53b
parentbde80162abcf0ea9f56643b3855f1eccb2eaf10c
Do not randomize resolving of IP addresses in getaddr()

Based on a discussion on the mailing list and in the IRC meeting Feb 18,
it was decided to remove get_random() from the getaddr() function as that
can conflict with round-robin/randomization done by DNS servers.

This change must be documented in the release notes.

Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
socket.c