mbed-os/components/wifi
Chun-Chieh Li 935134e2fe ESP8266: Add retries to avoid spurious close in blocking mode
With send(...) changing to non-block, modem can be busy in sending previous data and 'busy' the current 'AT+CIPCLOSE' command.
In blocking mode, add retries to avoid spurious close to some degree.
This is required to pass GT netsocket-tcp/netsocket-tls tests which expect close(...) to be OK.
2020-07-01 16:03:49 +08:00
..
esp8266-driver ESP8266: Add retries to avoid spurious close in blocking mode 2020-07-01 16:03:49 +08:00