[Sumover-dev] [svn commit] r4592 - vic/branches/cc/rtp

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Feb 4 14:06:38 GMT 2010


Author: soohyunc
Date: Thu Feb  4 14:06:38 2010
New Revision: 4592

Modified:
   vic/branches/cc/rtp/transmitter.cpp

Log:
the default CC is now set to win-based CC (i.e., TFWC)



Modified: vic/branches/cc/rtp/transmitter.cpp
==============================================================================
--- vic/branches/cc/rtp/transmitter.cpp	(original)
+++ vic/branches/cc/rtp/transmitter.cpp	Thu Feb  4 14:06:38 2010
@@ -93,7 +93,7 @@
 	loopback_(0),
 	is_cc_active_(1),
 	is_first_(1),
-	cc_type_(0)
+	cc_type_(WBCC)
 {
 	memset((char*)&mh_, 0, sizeof(mh_));
 	mh_.msg_iovlen = 2;



More information about the Sumover-dev mailing list