fixed_port.h 208 B

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