From 6452624120d1ad2af1fcb244b7713077cec13c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Date: Thu, 31 Oct 2013 17:52:58 +0100 Subject: [PATCH] cc2538dk: Make it possible to override UIP_CONF_TCP_MSS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Benoît Thébaudeau --- platform/cc2538dk/contiki-conf.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/platform/cc2538dk/contiki-conf.h b/platform/cc2538dk/contiki-conf.h index a2a23eca3..86e8bd3fc 100644 --- a/platform/cc2538dk/contiki-conf.h +++ b/platform/cc2538dk/contiki-conf.h @@ -318,7 +318,9 @@ typedef uint32_t rtimer_clock_t; #ifndef UIP_CONF_TCP #define UIP_CONF_TCP 1 #endif +#ifndef UIP_CONF_TCP_MSS #define UIP_CONF_TCP_MSS 64 +#endif #define UIP_CONF_UDP 1 #define UIP_CONF_UDP_CHECKSUMS 1 #define UIP_CONF_ICMP6 1