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

RFC6062: Implement client side for TCP allocations #311

Merged
merged 17 commits into from
May 19, 2023
Merged

Commits on May 10, 2023

  1. Implement client side for TCP allocations

    AndyLc authored and stv0g committed May 10, 2023
    Configuration menu
    Copy the full SHA
    3820c07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d2e723 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d71d37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17fc9f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    588685a View commit details
    Browse the repository at this point in the history
  6. Refactor client.ConnObserver to Client

    And split UDP related code to udp_conn.go
    stv0g committed May 10, 2023
    Configuration menu
    Copy the full SHA
    de0b89a View commit details
    Browse the repository at this point in the history
  7. Misc cleanups after rebase

    stv0g committed May 10, 2023
    Configuration menu
    Copy the full SHA
    58cf167 View commit details
    Browse the repository at this point in the history
  8. Fix golangci-lint warnings

    stv0g committed May 10, 2023
    Configuration menu
    Copy the full SHA
    b21cb29 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. More cleanups

    stv0g committed May 12, 2023
    Configuration menu
    Copy the full SHA
    eff92f0 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Configuration menu
    Copy the full SHA
    8a6809b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef23e3a View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. Move Client.Net() to AllocationConfig

    This allows us to keep Client.Net() outside of the public API.
    stv0g committed May 19, 2023
    Configuration menu
    Copy the full SHA
    0e46cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb34ca9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c864eb View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into dev

    stv0g authored May 19, 2023
    Configuration menu
    Copy the full SHA
    ee96a8d View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into dev

    stv0g authored May 19, 2023
    Configuration menu
    Copy the full SHA
    fd6be5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    50522c3 View commit details
    Browse the repository at this point in the history