feat(lwip): update lwip component from idf

This commit is contained in:
yuanjm
2019-12-17 10:31:03 +08:00
committed by dongheng
parent b2ca002f47
commit b89d8a7ab2
45 changed files with 1863 additions and 450 deletions

View File

@ -217,6 +217,7 @@ coap_free_endpoint(coap_endpoint_t *ep) {
/* define struct in6_pktinfo and struct in_pktinfo if not available
FIXME: check with configure
*/
#if 0 //update lwip and have conflict. Later will update COAP.
struct in6_pktinfo {
struct in6_addr ipi6_addr; /* src/dst IPv6 address */
unsigned int ipi6_ifindex; /* send/recv interface index */
@ -228,6 +229,7 @@ struct in_pktinfo {
struct in_addr ipi_addr;
};
#endif
#endif
#if defined(WITH_POSIX) && !defined(SOL_IP)
/* Solaris expects level IPPROTO_IP for ancillary data. */