]> 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>
Tue, 16 Mar 2010 21:29:49 +0000 (22:29 +0100)
commit7feefbf25f65e6216f7703ea7f9d9e7ab53bf2cd
tree55046466e688adafb430257be5aea4a138231bbf
parent2beb502f240ccda5ac6ba9612e3174bfd3141093
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