Enabled UDP checksums for minimal-net
This commit is contained in:
parent
65955ca477
commit
efeebe953c
|
@ -141,7 +141,7 @@ typedef unsigned short uip_stats_t;
|
|||
#define UIP_CONF_TCP_SPLIT 0
|
||||
#define UIP_CONF_IP_FORWARD 0
|
||||
#define UIP_CONF_LOGGING 0
|
||||
#define UIP_CONF_UDP_CHECKSUMS 0
|
||||
#define UIP_CONF_UDP_CHECKSUMS 1
|
||||
|
||||
/* Not used but avoids compile errors while sicslowpan.c is being developed */
|
||||
#define SICSLOWPAN_CONF_COMPRESSION SICSLOWPAN_COMPRESSION_HC06
|
||||
|
|
Loading…
Reference in a new issue