[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio
UartManchPhyC.nc, NONE, 1.1.2.1 UartManchPhyP.nc, NONE,
1.1.2.1 RssiFixedThresholdCMC.nc, 1.1.2.4,
1.1.2.5 RssiFixedThresholdCMP.nc, 1.1.2.5, 1.1.2.6 UartPhyC.nc,
1.1.2.5, 1.1.2.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html install-tinyos.html,
1.1.2.7, 1.1.2.8 upgrade-tinyos.html, 1.1.2.7, 1.1.2.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio
UartManchPhyC.nc, NONE, 1.1.2.1 UartManchPhyP.nc, NONE,
1.1.2.1 RssiFixedThresholdCMC.nc, 1.1.2.4,
1.1.2.5 RssiFixedThresholdCMP.nc, 1.1.2.5, 1.1.2.6 UartPhyC.nc,
1.1.2.5, 1.1.2.6
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/doc/html install-tinyos.html,
1.1.2.7, 1.1.2.8 upgrade-tinyos.html, 1.1.2.7, 1.1.2.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list