Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266: prevent WOULD BLOCK from TX if UDP #9331

Merged
merged 2 commits into from
Jan 17, 2019
Merged

ESP8266: prevent WOULD BLOCK from TX if UDP #9331

merged 2 commits into from
Jan 17, 2019

Commits on Jan 10, 2019

  1. [ESP8266] Drop signalling SIGIO artificially if UDP send fails

    With TCP it's desirable that SIGIO wakes up the application to check
    if there is buffer space space available on the mode. With UDP the
    behavior is not acceptable as we don't know if the other endpoint is
    there as connection establishment is missing. Hence buffers might
    stay full forever.
    Veijo Pesonen committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    9a3c9a3 View commit details
    Browse the repository at this point in the history
  2. [ESP8266] fixes a debug print

    Veijo Pesonen committed Jan 10, 2019
    Configuration menu
    Copy the full SHA
    e9ceff2 View commit details
    Browse the repository at this point in the history