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

transport: Add accept_pending/reject_pending for inbound connections and introduce inbound limits #194

Merged
merged 14 commits into from
Aug 7, 2024

Commits on Aug 5, 2024

  1. transport: Accept / reject pending connection methods

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7ee5a65 View commit details
    Browse the repository at this point in the history
  2. manager/limits: Check inbound connection limits

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b7dc82f View commit details
    Browse the repository at this point in the history
  3. manager: Accept/reject pending incoming

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dbb3fac View commit details
    Browse the repository at this point in the history
  4. transports: Implement accept/reject pending for supported transports

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ef0a816 View commit details
    Browse the repository at this point in the history
  5. quic/tests: Adjust testing to accept connection

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5d5eb21 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. tcp/tests: Check accept / reject connection

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    f2a7a5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d97d8b6 View commit details
    Browse the repository at this point in the history
  3. Fix clippy

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    45110f1 View commit details
    Browse the repository at this point in the history
  4. tranpsort: Easy path for connection limits

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    13ef0ba View commit details
    Browse the repository at this point in the history
  5. quic: Fix clippy

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    644613e View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. webrtc: Add debug asserts for unreachable code paths

    Signed-off-by: Alexandru Vasile <[email protected]>
    lexnv committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c06220a View commit details
    Browse the repository at this point in the history
  2. Update src/transport/websocket/mod.rs

    Co-authored-by: Dmitry Markin <[email protected]>
    lexnv and dmitry-markin authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    366b0a8 View commit details
    Browse the repository at this point in the history
  3. Update src/transport/websocket/mod.rs

    Co-authored-by: Dmitry Markin <[email protected]>
    lexnv and dmitry-markin authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    8522876 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/lexnv/transport-state-refactor'…

    … into lexnv/transport-state-refactor
    lexnv committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    2b2a1c6 View commit details
    Browse the repository at this point in the history