I am porting some code from ESP8266 to ESP32 core.
What is the proper way to read/change TCP_WND, TCP_MSS from the code ?
The constants TCP_WND, TCP_MSS no longer work on ESP32, but worked fine on ESP8266.
It would be nice if these can be brought back for compatibility.
Thank you.