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

Api in WiFiClient class for saving heap memory #8738

Merged
merged 3 commits into from
Dec 6, 2022

Commits on Dec 2, 2022

  1. Api for saving heap memory when WiFiClient class is used by a local e…

    …nd acting as server
    
    The propose API is intended to avoid this drawback by calling the abort function of ClientContext which in turn calls tcp_abort which calls tcp_abandon. The connection is aborted and notified to the client with a RESET and the pcb and ressources associated are immediately released increasing the available heap memory.
    RobertGnz committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    db838d3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. docs, shorter description

    PR still has a full text, API docs preferably should not contain too
    much of impl details that may or may not be relevant to a common user
    mcspr committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    48a4a58 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11e6856 View commit details
    Browse the repository at this point in the history