Skip to content

Commit

Permalink
version for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
millerjs committed Oct 17, 2013
1 parent aaaaf27 commit 955512b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/udtcat_threads.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -454,7 +454,7 @@ void* monitor(void* s)

UDT::TRACEINFO perf;

cerr << "SendRate(Mb/s)\tRTT(ms)\tCWnd\tPktSndPeriod(us)\tRecvACK\tRecvNAK" << endl;
cerr << "Snd(Mb/s)\tRcv(Mb/s)\tRTT(ms)\tCWnd\tPktSndPeriod(us)\tRecvACK\tRecvNAK" << endl;

while (true) {
sleep(1);
Expand All @@ -465,6 +465,7 @@ void* monitor(void* s)
}

cerr << perf.mbpsSendRate << "\t\t"
<< perf.mbpsRecvRate << "\t\t"
<< perf.msRTT << "\t"
<< perf.pktCongestionWindow << "\t"
<< perf.usPktSndPeriod << "\t\t\t"
Expand Down

0 comments on commit 955512b

Please sign in to comment.