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

rename ClientContext::wait_until_sent() to wait_until_acked() #7896

Merged
merged 4 commits into from
Mar 21, 2021

Commits on Feb 27, 2021

  1. rename ClientContext::wait_until_sent() to wait_until_acked()

    While looking at esp8266#6348 and esp8266#6369, and after checking into lwIP sources, it
    appears that the tests in ClientContext::wait_until_sent() effectively wait
    for all acks on current output buffer. Comments are added.
    d-a-v committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    5f3ce9e View commit details
    Browse the repository at this point in the history
  2. host tests counterpart

    d-a-v committed Feb 27, 2021
    Configuration menu
    Copy the full SHA
    2fc53fe View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Configuration menu
    Copy the full SHA
    7da7ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    171ff4e View commit details
    Browse the repository at this point in the history