1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00

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)
This commit is contained in:
ecdr 2014-03-31 00:34:21 -08:00
parent a0a54c23df
commit be21b8db53
4 changed files with 4 additions and 1 deletions

View File

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

View File

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

View File

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

View File

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