From 4106f4d7986d222c883947014aea65fe045da15e Mon Sep 17 00:00:00 2001 From: nvt-se Date: Fri, 30 Apr 2010 15:03:55 +0000 Subject: [PATCH] Increased minimum DIO interval from 1024 ms to 4096 ms in order to more calm in duty-cycled networks. --- core/net/rpl/rpl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/net/rpl/rpl.h b/core/net/rpl/rpl.h index 9e6a7f37b..99018cca8 100644 --- a/core/net/rpl/rpl.h +++ b/core/net/rpl/rpl.h @@ -30,7 +30,7 @@ * * Author: Joakim Eriksson, Nicolas Tsiftes * - * $Id: rpl.h,v 1.1 2010/04/30 13:43:53 joxe Exp $ + * $Id: rpl.h,v 1.2 2010/04/30 15:03:55 nvt-se Exp $ */ #ifndef RPL_H @@ -92,7 +92,7 @@ #define DEFAULT_MIN_HOPRANKINC 4 /* Represents 2^n ms. */ -#define DEFAULT_DIO_INTERVAL_MIN 10 +#define DEFAULT_DIO_INTERVAL_MIN 12 /* Maximum amount of timer doublings. */ #define DEFAULT_DIO_INTERVAL_DOUBLINGS 8