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

feat: transport config #7479

Merged
merged 4 commits into from
Jun 17, 2020
Merged

feat: transport config #7479

merged 4 commits into from
Jun 17, 2020

Commits on Jun 16, 2020

  1. feat: add a transport config section

    This way, users can disable transports (especially QUIC), and set muxer/security
    transport priorities.
    Stebalien committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    e164af1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0951e7 View commit details
    Browse the repository at this point in the history
  3. fix: remove pointless config type check

    This bug was pointed out in
    #1440 (comment) but was ignored
    for some reason.
    Stebalien committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    a37ff1f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ce725d View commit details
    Browse the repository at this point in the history