X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tos%2Flib%2Fnet%2Fctp%2FCtpForwardingEngineP.nc;h=16c1803cc4173593671f793623acb9e0360ab830;hb=520956b2e4d6d28e6a684f81b3819492770e1d84;hp=b3e40bf15a762b35c9a8b4fd79fa3670261f6f2e;hpb=6d640d119fc0dbe575698cb91c60dc4e2ff1fc9d;p=tinyos-2.x.git diff --git a/tos/lib/net/ctp/CtpForwardingEngineP.nc b/tos/lib/net/ctp/CtpForwardingEngineP.nc index b3e40bf1..16c1803c 100644 --- a/tos/lib/net/ctp/CtpForwardingEngineP.nc +++ b/tos/lib/net/ctp/CtpForwardingEngineP.nc @@ -436,7 +436,7 @@ implementation { parentCongested = FALSE; call CollectionDebug.logEvent(NET_C_FE_CONGESTION_END); } - // Now we check if we have already sent a packet with matching signature + // Once we are here, we have decided to send the packet. if (call SentCache.lookup(qe->msg)) { call CollectionDebug.logEvent(NET_C_FE_DUPLICATE_CACHE_AT_SEND); call SendQueue.dequeue();