mbed-os/components
Russ Butler 53ed3f5c3d Fix ESP8266 recv_udp timeout with flow control
UDP packets are always received as OOB data. Without checking for
new OOB data with a call to "_process_oob" then recv_udp never blocks.
If a UDP packet is not available then NSAPI_ERROR_WOULD_BLOCK is
returned. This causes mbed-os's DNS handling to always fail when
flow control is enabled.

This patch fixes recv_udp by always calling "_process_oob" regardless
of if flow control is enabled. This ensures that recv_udp follows the
timeout parameter and waits for new data to arrive.
2018-11-29 19:13:37 -06:00
..
802.15.4_RF S2-LP: Cleaned thread deprecation warnings 2018-11-22 15:19:39 +02:00
TARGET_PSA Fix psa_crypto_generator_init implementation to use the init define macro 2018-11-27 11:56:59 +02:00
storage/blockdevice Add BlockDevice and Filesystem classes inside mbed namespace. 2018-11-26 13:35:40 -06:00
wifi/esp8266-driver Fix ESP8266 recv_udp timeout with flow control 2018-11-29 19:13:37 -06:00