From 1cfa1265681db3e9e8c9ced8662fe03aaa2c5bd1 Mon Sep 17 00:00:00 2001 From: maralvira Date: Wed, 28 Jul 2010 18:51:27 +0000 Subject: [PATCH] enable sicslowpan fragmentation --- platform/redbee-econotag/contiki-conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/redbee-econotag/contiki-conf.h b/platform/redbee-econotag/contiki-conf.h index 44130154b..77028cd9e 100644 --- a/platform/redbee-econotag/contiki-conf.h +++ b/platform/redbee-econotag/contiki-conf.h @@ -192,6 +192,8 @@ #define UIP_CONF_ND6_MAX_DEFROUTERS 2 #define UIP_CONF_IP_FORWARD 0 #define UIP_CONF_BUFFER_SIZE 1300 +#define SICSLOWPAN_CONF_FRAG 1 +#define SICSLOWPAN_CONF_MAXAGE 8 #define SICSLOWPAN_CONF_COMPRESSION_IPV6 0 #define SICSLOWPAN_CONF_COMPRESSION_HC1 1