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 support for "optimize tcp buffers" option per profile. #3137

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Dec 11, 2023

  1. Add support for "optimize tcp buffers" option per profile.

     - It tunes down the local sslocal listener socket buffers which is the right thing to do in 99.999% of cases of mobile app.
     - It additionally also tunes down the remote socket buffers of sslocal when a plugin is used. This is needed to ensure there's no bufferbloat between sslocal and the plugin itself.
     - Ideally the plugin on its side should also choke its local listening socket buffers and leave only its remote side socket buffers unrestricted.
    notsure2 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    d800a8b View commit details
    Browse the repository at this point in the history
  2. Update argument passing.

    notsure2 committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    2d1219e View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. Configuration menu
    Copy the full SHA
    c314807 View commit details
    Browse the repository at this point in the history
  2. Remove unrelated changes

    notsure2 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    838b6a7 View commit details
    Browse the repository at this point in the history
  3. Remove unrelated changes

    notsure2 committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4236a17 View commit details
    Browse the repository at this point in the history