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: establish RTT at start of connection #64

Merged
merged 2 commits into from
Nov 14, 2023

Commits on Nov 13, 2023

  1. fix: establish RTT at start of connection

    A connection ping is required to establish the RTT - as implemented
    the ping only happens during the keep alive loop that doesn't kick
    in until after 30s by default.
    
    The change is to ping immediately on sinking a source - this means
    we are more likely to increase the send window on the remote which
    increases the amount of data they send and as such, throughput.
    achingbrain committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7ca199c View commit details
    Browse the repository at this point in the history
  2. chore: update stream test

    achingbrain committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ef12e31 View commit details
    Browse the repository at this point in the history