From c2c050540266abf1cf4e5f9cfa1d587becde3e1e Mon Sep 17 00:00:00 2001 From: nvt-se Date: Wed, 27 Oct 2010 00:45:24 +0000 Subject: [PATCH] Increased alpha to 85 in order to get slower changes in the ETX. Put back the start guess to 3. --- core/net/neighbor-info.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/net/neighbor-info.c b/core/net/neighbor-info.c index 16255ee62..4cd8bafc5 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.15 2010/10/25 20:06:17 nvt-se Exp $ + * $Id: neighbor-info.c,v 1.16 2010/10/27 00:45:24 nvt-se Exp $ */ /** * \file @@ -50,8 +50,8 @@ #define ETX_LIMIT 15 #define ETX_SCALE 100 -#define ETX_ALPHA 70 -#define ETX_FIRST_GUESS 2 +#define ETX_ALPHA 85 +#define ETX_FIRST_GUESS 3 /*---------------------------------------------------------------------------*/ NEIGHBOR_ATTRIBUTE(uint8_t, etx, NULL);