use dynamically generated port number to configure servers in unittest
This commit is contained in:
@ -51,4 +51,7 @@ namespace ix
|
||||
};
|
||||
|
||||
void log(const std::string& msg);
|
||||
|
||||
bool computeFreePorts(int count);
|
||||
int getFreePort();
|
||||
}
|
||||
|
Reference in New Issue
Block a user