mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2025-08-04 05:24:37 +08:00

Use 'PBUF_IP_HLEN+PBUF_TRANSPORT_HLEN' instead of '40' to calculate PBUF_POOL_BUFSIZE (the size of each PBUF_POOL buffer) since the former can be 60 when IPv6 is enabled. See bug #56355 Signed-off-by: Simon Goldschmidt <goldsimon@gmx.de>