mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-26 09:35:23 +00:00
632de523de
PBUF_LINK_ENCAPSULATION_HLEN support was introduced by 6ef7563f and missed the fact that header size calculation/reservation using computation like PBUF_LINK_HLEN + PBUF_IP_HLEN + ... are used all over the source code. Hopefully fixed all of them.