From 955512b741cf32859883838e41bc56422ef6cfe4 Mon Sep 17 00:00:00 2001 From: Joshua Miller Date: Thu, 17 Oct 2013 13:21:47 -0500 Subject: [PATCH] version for testing --- src/udtcat_threads.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/udtcat_threads.cpp b/src/udtcat_threads.cpp index 75853ee..c946015 100644 --- a/src/udtcat_threads.cpp +++ b/src/udtcat_threads.cpp @@ -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); @@ -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"