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

fix(perf): run iperf on TCP and set TCP windows to bdp #241

Merged
merged 8 commits into from
Aug 4, 2023

Commits on Jul 25, 2023

  1. fix(perf): run iperf on TCP and set TCP send/receive window to bdp

    This commit makes iperf use TCP instead of UDP. Using UDP allows the sender to
    send as much data as they can, not as much data as the receiver can handle.
    Using TCP measures the actual bandwidth of the connection.
    
    This commit sets the TCP send and receive window to the bandwidth-delay-product.
    In order to exhaust the whole bandwidth between the two nodes, TCP needs to be
    able to buffer all bytes on the wire in the case of packet loss.
    mxinden committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    62f5c47 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4528d84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    949ddb9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d37b798 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    0e8c420 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    10306ee View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    76bd2c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    13edb84 View commit details
    Browse the repository at this point in the history