From db85502af684b5df96b9cba55da84a7431113bef Mon Sep 17 00:00:00 2001 From: gnawali Date: Tue, 25 Sep 2007 00:54:24 +0000 Subject: [PATCH] return 0 by default so the link estimator does not insert the source if there is no room for it --- tos/lib/net/ctp/DummyActiveMessageP.nc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tos/lib/net/ctp/DummyActiveMessageP.nc b/tos/lib/net/ctp/DummyActiveMessageP.nc index e4cc0f98..243f497d 100644 --- a/tos/lib/net/ctp/DummyActiveMessageP.nc +++ b/tos/lib/net/ctp/DummyActiveMessageP.nc @@ -6,7 +6,7 @@ implementation { async command bool LinkPacketMetadata.highChannelQuality(message_t* msg) { - return 1; + return 0; } } -- 2.39.2