[Sumover-dev] [svn commit] r4739 - vic/branches/cc/cc

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Mon Mar 29 02:10:13 BST 2010


Author: soohyunc
Date: Mon Mar 29 02:10:13 2010
New Revision: 4739

Modified:
   vic/branches/cc/cc/tfwc_sndr.cpp

Log:
-- corrected the skew'ed value to 10 usec.



Modified: vic/branches/cc/cc/tfwc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfwc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfwc_sndr.cpp	Mon Mar 29 02:10:13 2010
@@ -44,8 +44,8 @@
 #include "tfwc_sndr.h"
 
 // timestamp skew from Vic to Network Device 
-// (approximately 4 usec)
-#define SKEW 0.000004
+// (approximately 10 usec)
+#define SKEW 0.000010
 
 /*
  * retransmission timer



More information about the Sumover-dev mailing list