aboutsummaryrefslogblamecommitdiffstats
path: root/library/cpp/messagebus/test/helper/fixed_port.h
blob: a9c61ebc633edc40352d05e63649ae8d0768ef66 (plain) (tree)
1
2
3
4
5
6
7
8
9
            

                                      
 
                                                                
 
     
#pragma once

namespace NBus {
    namespace NTest {
        bool IsFixedPortTestAllowed();

        // Must not be in range OS uses for bind on random port.
        const unsigned FixedPort = 4927;

    }
}