X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fctp%2FCtpP.nc;h=63fa6cfa397bf52c80acb137b7c809dd53e06f2a;hb=140885c3ca51bee97acde98c673c01b95ea71c63;hp=79e6aeccb9aa45472decfd72523a812c16fc1124;hpb=16b439ec074f0817dcbc2c93051b1592029ec48b;p=tinyos-2.x.git diff --git a/tos/lib/net/ctp/CtpP.nc b/tos/lib/net/ctp/CtpP.nc index 79e6aecc..63fa6cfa 100644 --- a/tos/lib/net/ctp/CtpP.nc +++ b/tos/lib/net/ctp/CtpP.nc @@ -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;