From: gnawali Date: Fri, 1 Aug 2008 03:54:47 +0000 (+0000) Subject: update misleading comment X-Git-Tag: release_tinyos_2_1_0_0~12 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=88701a096186819bdcfd3d5afe9b6d48652b6d52 update misleading comment --- diff --git a/tos/lib/net/ctp/CtpForwardingEngineP.nc b/tos/lib/net/ctp/CtpForwardingEngineP.nc index 16c1803c..b3e40bf1 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); } - // Once we are here, we have decided to send the packet. + // Now we check if we have already sent a packet with matching signature if (call SentCache.lookup(qe->msg)) { call CollectionDebug.logEvent(NET_C_FE_DUPLICATE_CACHE_AT_SEND); call SendQueue.dequeue();