]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpP.nc
Cut out congestion code, added more comments.
[tinyos-2.x.git] / tos / lib / net / ctp / CtpP.nc
index 79e6aeccb9aa45472decfd72523a812c16fc1124..63fa6cfa397bf52c80acb137b7c809dd53e06f2a 100644 (file)
@@ -157,9 +157,6 @@ implementation {
   components new TimerMilliC() as RetxmitTimer;
   Forwarder.RetxmitTimer -> RetxmitTimer;
 
-  components new TimerMilliC() as CongestionTimer;
-  Forwarder.CongestionTimer -> CongestionTimer;
-
   components RandomC;
   Router.Random -> RandomC;
   Forwarder.Random -> RandomC;