cc2538dk: Make it possible to override UIP_CONF_TCP_MSS

Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
This commit is contained in:
Benoît Thébaudeau 2013-10-31 17:52:58 +01:00
parent a7d10ce2ad
commit 6452624120

View file

@ -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