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

sumover-dev at cs.ucl.ac.uk sumover-dev at cs.ucl.ac.uk
Thu Feb 25 02:47:40 GMT 2010


Author: soohyunc
Date: Thu Feb 25 02:47:40 2010
New Revision: 4645

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

Log:
included TCP formula in TFRC sender



Modified: vic/branches/cc/cc/tfrc_sndr.cpp
==============================================================================
--- vic/branches/cc/cc/tfrc_sndr.cpp	(original)
+++ vic/branches/cc/cc/tfrc_sndr.cpp	Thu Feb 25 02:47:40 2010
@@ -31,3 +31,10 @@
  * $Id$
  */
 
+#include <stdio.h>
+#include <stdlib.h>
+#include <math.h>
+#include <sys/types.h>
+
+#include "tfrc_sndr.h"
+#include "formula.h"



More information about the Sumover-dev mailing list