I am currently using mcu_plus_sdk_am243x_08_03_00_18 (and it might not be possible to upgrade to a new version at the moment).
I am using LWIP as a client and need to receive large amounts of data. In the file lwipopt.h, there is #define TCP_WND (TCP_SND_BUF).
I want to confirm if TCP_WND can be set to a value smaller than TCP_SND_BUF?
I think setting TCP_WND to a smaller value can help me receive and process large amounts of data.