aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/messagebus/test/helper/fixed_port.h
blob: a9c61ebc633edc40352d05e63649ae8d0768ef66 (plain) (blame)
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;

    }
}