Skip to content
Snippets Groups Projects
Commit 783beb42 authored by Carsten Patzke's avatar Carsten Patzke
Browse files

Assigned new port to ip tcp speedtest

parent 59e42518
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ using namespace std::chrono;
using std::chrono::high_resolution_clock;
static const std::unique_ptr<SystemIO> io(new SystemIO());
static const std::string kListenAddress = "127.0.0.1:4206";
static const std::string kListenAddress = "127.0.0.1:4207";
static std::promise<void> kThreadStarted;
static size_t kTestSize = size_t(1024) * size_t(1024) * size_t(512); //512MiByte
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment