From 1fbc651bf3db6b21e572f4452698a68a6dc24f3f Mon Sep 17 00:00:00 2001 From: nvt-se Date: Mon, 25 Oct 2010 20:06:17 +0000 Subject: [PATCH] Lowered the first guess for the ETX of a link. --- core/net/neighbor-info.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/neighbor-info.c b/core/net/neighbor-info.c index 61609015b..16255ee62 100644 --- a/core/net/neighbor-info.c +++ b/core/net/neighbor-info.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: neighbor-info.c,v 1.14 2010/10/22 13:50:13 nvt-se Exp $ + * $Id: neighbor-info.c,v 1.15 2010/10/25 20:06:17 nvt-se Exp $ */ /** * \file @@ -51,7 +51,7 @@ #define ETX_LIMIT 15 #define ETX_SCALE 100 #define ETX_ALPHA 70 -#define ETX_FIRST_GUESS 3 +#define ETX_FIRST_GUESS 2 /*---------------------------------------------------------------------------*/ NEIGHBOR_ATTRIBUTE(uint8_t, etx, NULL);