Skip to content

Commit

Permalink
Enabled UDP checksums for minimal-net
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Kovatsch committed Oct 10, 2011
1 parent 65955ca commit efeebe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/minimal-net/contiki-conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit efeebe9

Please sign in to comment.