Lowered the first guess for the ETX of a link.

This commit is contained in:
nvt-se 2010-10-25 20:06:17 +00:00
parent 127c87efcc
commit 1fbc651bf3
1 changed files with 2 additions and 2 deletions

View File

@ -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);