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

Add a section on flow control performance #3793

Merged
merged 6 commits into from
Jul 14, 2020
Merged

Commits on Jun 26, 2020

  1. Add a section on flow control performance

    QUIC doesn't really address the question of tuning flow control very
    well.  This just admits that fact.
    
    It also indicates why: which essentially boils down to "RAM is cheap".
    
    Closes #3722.
    martinthomson committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    c040125 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Configuration menu
    Copy the full SHA
    1804018 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Tweaks

    Co-authored-by: Mike Bishop <mbishop@evequefou.be>
    martinthomson and MikeBishop committed Jul 9, 2020
    Configuration menu
    Copy the full SHA
    36b91f1 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Add note about gaps in receive buffers

    Co-authored-by: ianswett <ianswett@users.noreply.github.com>
    martinthomson and ianswett committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    b4faf1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df7fe26 View commit details
    Browse the repository at this point in the history
  3. Wording tweaks

    Co-authored-by: ianswett <ianswett@users.noreply.github.com>
    martinthomson and ianswett committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e504e11 View commit details
    Browse the repository at this point in the history