mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-06 00:39:59 +00:00
6dc3a2108a
This commit cleans up a duplicate #if check for LWIP_WND_SCALE in init.c which was already under #if LWIP_WND_SCALE This commit also improves documentation for TCP_WND in the window scaling case to communicate TCP_WND is always the calculated (scaled) window value, not the value reported in the TCP header Our developers were confused by having to set both the window and scaling factor and only after studying the usage of TCP_WND throughout the code, was it determined to be the calculated (scaled) window