c2a1af049e
d3a398281c
1 2
3 4 5
6
7 8
9
10 11
#pragma once namespace NBus { namespace NTest { bool IsFixedPortTestAllowed(); // Must not be in range OS uses for bind on random port. const unsigned FixedPort = 4927; } }