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:
parent
a0a54c23df
commit
be21b8db53
@ -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
|
||||
|
||||
//
|
||||
|
@ -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
|
||||
|
||||
//
|
||||
|
@ -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
|
||||
|
||||
//
|
||||
|
@ -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
|
||||
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user