mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
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 New Issue
Block a user