]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
radv generation bug
authorsdhsdh <sdhsdh>
Wed, 30 Sep 2009 02:11:19 +0000 (02:11 +0000)
committersdhsdh <sdhsdh>
Wed, 30 Sep 2009 02:11:19 +0000 (02:11 +0000)
tos/lib/net/blip/ICMPResponderP.nc

index ce987f12e69fc358bc278249cd230c0cb39d5af5..2a9b98fa3d428756d833f25460337415cdb47271 100644 (file)
@@ -233,8 +233,8 @@ module ICMPResponderP {
         call IPRouting.reportAdvertisement(meta->sender, r->hlim,
                                            meta->lqi, beacon->metric);
         // push out the seqno update
-        call Advertisement.stop();
-        call ICMP.sendAdvertisements();
+        // call Advertisement.stop();
+        // call ICMP.sendAdvertisements();
 
         if (pfx->type != ICMP_EXT_TYPE_PREFIX) return;