Merge pull request #4311 from kjbracey-arm/lwip_cksum

Disable lwIP checksum-on-copy
pull/4353/head
Sam Grove 2017-05-18 09:28:10 -05:00 committed by GitHub
commit 6a96481d4d
1 changed files with 2 additions and 1 deletions

View File

@ -249,7 +249,8 @@
#define LWIP_BROADCAST_PING 1
#define LWIP_CHECKSUM_ON_COPY 1
// Checksum-on-copy disabled due to https://savannah.nongnu.org/bugs/?50914
#define LWIP_CHECKSUM_ON_COPY 0
#define LWIP_NETIF_HOSTNAME 1
#define LWIP_NETIF_STATUS_CALLBACK 1