mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-09-18 07:27:15 +08:00

1. socket would block at send(), return -1 when set MSG_DONTWAIT 2. changed to ~MSG_DONTWAIT, send() will block until all payload send over 3. recv() should keep MSG_DONTWAIT attribute, otherwise will lead to low thoughtput