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 providing a custom Connection ID generator via Config #3452

Commits on Aug 16, 2022

  1. Add support for providing a custom ConnectionID generator via Config

    This work makes it possible for servers or clients to control how
    ConnectionIDs are generated, which in turn will force peers in the
    connection to use those ConnectionIDs as destination connection IDs  when sending packets.
    
    This is useful for scenarios where we want to perform some kind
    selection on the QUIC packets at the L4 level.
    joliveirinha committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    cd9cc5f View commit details
    Browse the repository at this point in the history
  2. add more doc

    joliveirinha committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    b8940e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0bc50d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    2816a49 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. fix linter warnings

    joliveirinha committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    ddee101 View commit details
    Browse the repository at this point in the history