use dynamically generated port number to configure servers in unittest

This commit is contained in:
Benjamin Sergeant
2019-01-28 15:14:49 -08:00
parent 7eaea28970
commit 8983dd97a1
9 changed files with 93 additions and 15 deletions

View File

@ -51,4 +51,7 @@ namespace ix
};
void log(const std::string& msg);
bool computeFreePorts(int count);
int getFreePort();
}