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

Allow congestion window to grow even when the window is not completely full and determine window utilization in on_packet_sent #474

Merged
merged 11 commits into from
Feb 3, 2021

Commits on Feb 1, 2021

  1. Allow slow start to add 1/2 congestion window each round, and congest…

    …ion avoidance add up to 3X MTU
    WesleyRosenblum committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    6de87ed View commit details
    Browse the repository at this point in the history
  2. Record time the congestion window was last utilized and allow it to g…

    …row for 1 RTT past that time
    WesleyRosenblum committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    3a74f44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ca07d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b1c3d3 View commit details
    Browse the repository at this point in the history
  5. Add more tests

    WesleyRosenblum committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    21209a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    70e30b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ad94b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Update comments

    WesleyRosenblum committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2525fe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    549c47e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e263779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    269328e View commit details
    Browse the repository at this point in the history