From 42dd7c37fc2b1efa699ecffd75e9de5e987271a8 Mon Sep 17 00:00:00 2001 From: c_oflynn Date: Sun, 16 Nov 2008 16:07:13 +0000 Subject: [PATCH] Changed timeout to 1 second on fragmentation --- platform/avr-ravenusb/contiki-conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/avr-ravenusb/contiki-conf.h b/platform/avr-ravenusb/contiki-conf.h index 98f6e3c2c..b9040fb65 100644 --- a/platform/avr-ravenusb/contiki-conf.h +++ b/platform/avr-ravenusb/contiki-conf.h @@ -84,7 +84,7 @@ typedef int32_t s32_t; #define SICSLOWPAN_CONF_MAX_ADDR_CONTEXTS 2 #define SICSLOWPAN_CONF_FRAG 1 -#define SICSLOWPAN_CONF_MAXAGE 5 +#define SICSLOWPAN_CONF_MAXAGE 1 #define UIP_CONF_LL_802154 1 #define UIP_CONF_LLH_LEN 14