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

lwip - Fix handling of max sockets in socket_accept #2579

Merged
merged 2 commits into from
Sep 10, 2016

Commits on Aug 29, 2016

  1. Configuration menu
    Copy the full SHA
    506aa3d View commit details
    Browse the repository at this point in the history
  2. nsapi - Corrected handling of errors in TCPServer accept

    - Corrected handling, before errors would forcibly restart the
      accept loop without checks for timeouts
    - Rearranged accept logic to match the logic of
      recv/send/recvfrom/sendto
    geky committed Aug 29, 2016
    Configuration menu
    Copy the full SHA
    db2738f View commit details
    Browse the repository at this point in the history