From: sdhsdh Date: Wed, 30 Sep 2009 02:11:19 +0000 (+0000) Subject: radv generation bug X-Git-Tag: rc_6_tinyos_2_1_1~214 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=a5505d094ca47b4c074e372f2cb365c0ef24ff35 radv generation bug --- diff --git a/tos/lib/net/blip/ICMPResponderP.nc b/tos/lib/net/blip/ICMPResponderP.nc index ce987f12..2a9b98fa 100644 --- a/tos/lib/net/blip/ICMPResponderP.nc +++ b/tos/lib/net/blip/ICMPResponderP.nc @@ -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;