From be21b8db5315c321ad8fa5599b740a68bec0dcdb Mon Sep 17 00:00:00 2001 From: ecdr Date: Mon, 31 Mar 2014 00:34:21 -0800 Subject: [PATCH] uip-conf.h (various platforms) - note inconsistency - comment says UIP_CONF_UDP_CHECKSUMS should be 0, but it is 1 so which is right? (comment or code) --- src/platform/avr32/uip-conf.h | 1 + src/platform/lm3s/uip-conf.h | 2 +- src/platform/stm32f4/uip-conf.h | 1 + src/platform/xmc4000/uip-conf.h | 1 + 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/platform/avr32/uip-conf.h b/src/platform/avr32/uip-conf.h index 6a0aa325..d37b8ada 100644 --- a/src/platform/avr32/uip-conf.h +++ b/src/platform/avr32/uip-conf.h @@ -81,6 +81,7 @@ typedef unsigned short uip_stats_t; // UDP checksums on or off // (not currently supported ... should be 0) // +// FIXME: Either above comment is wrong, or following should be 0 #define UIP_CONF_UDP_CHECKSUMS 1 // diff --git a/src/platform/lm3s/uip-conf.h b/src/platform/lm3s/uip-conf.h index 9a2f8661..8b031381 100644 --- a/src/platform/lm3s/uip-conf.h +++ b/src/platform/lm3s/uip-conf.h @@ -80,7 +80,7 @@ typedef unsigned short uip_stats_t; // // UDP checksums on or off // (not currently supported ... should be 0) -// +// FIXME: Either above comment is wrong, or following should be 0 #define UIP_CONF_UDP_CHECKSUMS 1 // diff --git a/src/platform/stm32f4/uip-conf.h b/src/platform/stm32f4/uip-conf.h index 9a2f8661..8c173e36 100644 --- a/src/platform/stm32f4/uip-conf.h +++ b/src/platform/stm32f4/uip-conf.h @@ -81,6 +81,7 @@ typedef unsigned short uip_stats_t; // UDP checksums on or off // (not currently supported ... should be 0) // +// FIXME: Either above comment is wrong, or this should be 0 #define UIP_CONF_UDP_CHECKSUMS 1 // diff --git a/src/platform/xmc4000/uip-conf.h b/src/platform/xmc4000/uip-conf.h index 9a2f8661..fd430302 100644 --- a/src/platform/xmc4000/uip-conf.h +++ b/src/platform/xmc4000/uip-conf.h @@ -81,6 +81,7 @@ typedef unsigned short uip_stats_t; // UDP checksums on or off // (not currently supported ... should be 0) // +// FIXME: Either above comment is wrong, or following should be 0 #define UIP_CONF_UDP_CHECKSUMS 1 //