mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-04-05 04:37:47 +00:00
UDP checksum is mandatory with IPv6. (Patch by Robert Quattlebaum.)
This commit is contained in:
parent
7309767d06
commit
a8848517dd
@ -58,7 +58,7 @@
|
||||
*
|
||||
* This file is part of the uIP TCP/IP stack.
|
||||
*
|
||||
* $Id: uipopt.h,v 1.11 2009/04/10 00:37:48 adamdunkels Exp $
|
||||
* $Id: uipopt.h,v 1.12 2010/10/24 22:28:43 adamdunkels Exp $
|
||||
*
|
||||
*/
|
||||
|
||||
@ -258,7 +258,7 @@
|
||||
#ifdef UIP_CONF_UDP_CHECKSUMS
|
||||
#define UIP_UDP_CHECKSUMS UIP_CONF_UDP_CHECKSUMS
|
||||
#else
|
||||
#define UIP_UDP_CHECKSUMS 0
|
||||
#define UIP_UDP_CHECKSUMS UIP_CONF_IPV6
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user