Increased minimum DIO interval from 1024 ms to 4096 ms in order to more calm in duty-cycled networks.

This commit is contained in:
nvt-se 2010-04-30 15:03:55 +00:00
parent b0640af3a2
commit 4106f4d798
1 changed files with 2 additions and 2 deletions

View File

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