Increased minimum DIO interval from 1024 ms to 4096 ms in order to more calm in duty-cycled networks.
This commit is contained in:
parent
b0640af3a2
commit
4106f4d798
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@
|
||||||
*
|
*
|
||||||
* Author: Joakim Eriksson, Nicolas Tsiftes
|
* 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
|
#ifndef RPL_H
|
||||||
|
@ -92,7 +92,7 @@
|
||||||
#define DEFAULT_MIN_HOPRANKINC 4
|
#define DEFAULT_MIN_HOPRANKINC 4
|
||||||
|
|
||||||
/* Represents 2^n ms. */
|
/* Represents 2^n ms. */
|
||||||
#define DEFAULT_DIO_INTERVAL_MIN 10
|
#define DEFAULT_DIO_INTERVAL_MIN 12
|
||||||
|
|
||||||
/* Maximum amount of timer doublings. */
|
/* Maximum amount of timer doublings. */
|
||||||
#define DEFAULT_DIO_INTERVAL_DOUBLINGS 8
|
#define DEFAULT_DIO_INTERVAL_DOUBLINGS 8
|
||||||
|
|
Loading…
Reference in a new issue