[Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/ctp CtpP.nc, 1.1.2.3, 1.1.2.4

Kyle Jamieson kasj78 at users.sourceforge.net
Tue Sep 12 05:45:05 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv23772

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	CtpP.nc 
Log Message:
Wire up the congestion timer.

Index: CtpP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/lib/net/ctp/Attic/CtpP.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** CtpP.nc	10 Sep 2006 23:06:43 -0000	1.1.2.3
--- CtpP.nc	12 Sep 2006 12:45:02 -0000	1.1.2.4
***************
*** 147,150 ****
--- 147,153 ----
    Forwarder.RetxmitTimer -> RetxmitTimer;
  
+   components new TimerMilliC() as CongestionTimer;
+   Forwarder.CongestionTimer -> CongestionTimer;
+ 
    components RandomC;
    Router.Random -> RandomC;



More information about the Tinyos-2-commits mailing list