]> git.ipfire.org Git - thirdparty/bind9.git/commit
Windows: Prevent tools from clashing with named in system tests
authorMichal Nowak <mnowak@isc.org>
Wed, 5 Feb 2020 11:07:18 +0000 (11:07 +0000)
committerMichal Nowak <mnowak@isc.org>
Wed, 5 Feb 2020 11:07:18 +0000 (11:07 +0000)
commit8a47de5110b0a6134e7564aad9977e8939378ea1
tree35b97d59041dc9b227932b37deae8c5a022f7976
parentcffc7c15f70f504c98290a8c8cf7ed6ebc4131f3
Windows: Prevent tools from clashing with named in system tests

In system tests on Windows tool's local port can sometimes clash with
'named'. On Unix the system is poked for the minimal local port,
otherwise is set to 32768 as a sane minimum. For Windows we don't
poke but set a hardcoded limit; this change aligns the limit with
Unix and changes it to 32768.

(cherry picked from commit ed7fe5fae3b22d136f0a5a92ea3b67536b10a5ce)
lib/isc/win32/net.c