]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/lib/net/ctp/CtpForwardingEngineP.nc
Update git tag release_tinyos_2_1_0_0 for consistency with CVS tag of same name.
[tinyos-2.x.git] / tos / lib / net / ctp / CtpForwardingEngineP.nc
index b3e40bf15a762b35c9a8b4fd79fa3670261f6f2e..16c1803cc4173593671f793623acb9e0360ab830 100644 (file)
@@ -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();