From 970a9eb9c7ab97f61e52ff27e257a8fbcbf9abae Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Sun, 28 Feb 2010 09:19:04 +0000 Subject: [PATCH] Increased neighbor lifetime to allow for longer neighbor announcement intervals --- core/net/rime/neighbor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rime/neighbor.c b/core/net/rime/neighbor.c index b725c7e21..6ec00e0e5 100644 --- a/core/net/rime/neighbor.c +++ b/core/net/rime/neighbor.c @@ -33,7 +33,7 @@ * * This file is part of the Contiki operating system. * - * $Id: neighbor.c,v 1.23 2010/02/23 18:37:15 adamdunkels Exp $ + * $Id: neighbor.c,v 1.24 2010/02/28 09:19:04 adamdunkels Exp $ */ /** @@ -68,7 +68,7 @@ LIST(neighbors_list); static struct ctimer t; -static int max_time = 120; +static int max_time = 1800; #define DEBUG 0 #if DEBUG