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

Treat an ERR_MEM on send as non-fatal on LwIP. #22418

Merged
merged 2 commits into from
Sep 6, 2022

Commits on Sep 6, 2022

  1. Treat an ERR_MEM on send as non-fatal on LwIP.

    That can be caused by a transient lack of TX buffers.  We should just
    try again via MRP.
    
    Fixes project-chip#21671
    bzbarsky-apple committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    2d408b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f3d21 View commit details
    Browse the repository at this point in the history