]> 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 10:03:09 +0000 (10:03 +0000)
committerMichal Nowak <mnowak@isc.org>
Wed, 5 Feb 2020 10:03:09 +0000 (10:03 +0000)
commit7f0fcb8a3eb1cf224079d2b5734eb0cecbbaa03c
tree338bc1480b95bfd7208e52a49aedbe702dbb9cd3
parentdd6598f39172b8d6426bdd41936fd113ee1bcd2c
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.
lib/isc/win32/net.c