From: Wouter Wijngaards Date: Tue, 27 Feb 2007 10:46:35 +0000 (+0000) Subject: Random outgoing port ranges. X-Git-Tag: release-0.1~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f6f9e5a7c93d6fa252284a6ec1bd3cfcb22bd10;p=thirdparty%2Funbound.git Random outgoing port ranges. git-svn-id: file:///svn/unbound/trunk@153 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/doc/Changelog b/doc/Changelog index 85ca5e211..36a01189b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -5,6 +5,7 @@ Thread_join is replaced with waitpid. - During reloads the daemon will temporarily handle signals, so that they do not result in problems. + - Also randomize the outgoing port range for tests. 26 February 2007: Wouter - ub_random code used to select ID and port. diff --git a/testdata/fwd_tcp.tpkg b/testdata/fwd_tcp.tpkg index f73cd62c6..48507bba3 100644 Binary files a/testdata/fwd_tcp.tpkg and b/testdata/fwd_tcp.tpkg differ diff --git a/testdata/fwd_udp.tpkg b/testdata/fwd_udp.tpkg index f52c96d82..a175f34ed 100644 Binary files a/testdata/fwd_udp.tpkg and b/testdata/fwd_udp.tpkg differ