From 150807f2e6a42a0653553bdfc3fea145ed5d6cea Mon Sep 17 00:00:00 2001 From: Fredrik Osterlind Date: Fri, 16 Aug 2013 15:06:31 +0200 Subject: [PATCH] removed rpl configuration, instead using contiki default values --- platform/cooja/contiki-conf.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/platform/cooja/contiki-conf.h b/platform/cooja/contiki-conf.h index 51ff18bfb..e43a13ce7 100644 --- a/platform/cooja/contiki-conf.h +++ b/platform/cooja/contiki-conf.h @@ -138,11 +138,6 @@ #define TCPIP_CONF_ANNOTATE_TRANSMISSIONS 1 -#define RPL_CONF_DIO_INTERVAL_MIN 16 - -#define RPL_DIS_INTERVAL_CONF (5 * 60) -#define RPL_CONF_DAO_LATENCY (CLOCK_SECOND * 60) - #define UIP_CONF_ND6_SEND_RA 0 #define UIP_CONF_ND6_REACHABLE_TIME 600000 #define UIP_CONF_ND6_RETRANS_TIMER 10000