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

protocols/relay: Limit inbound streams #2698

Merged
merged 11 commits into from
Jun 8, 2022
Merged

Commits on Jun 8, 2022

  1. Configuration menu
    Copy the full SHA
    4c3fd01 View commit details
    Browse the repository at this point in the history
  2. protocols/relay: Respond to at most one incoming reservation request

    Also changes poll order prioritizing
    
    - Error handling over everything.
    - Queued events over existing circuits.
    - Existing circuits over accepting new circuits.
    - Reservation management of existing reservation over new reservation
      requests.
    mxinden committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    b924323 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e500098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bfde1b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b4103cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eefdcd3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5866d85 View commit details
    Browse the repository at this point in the history
  8. Update protocols/relay/CHANGELOG.md

    Co-authored-by: Thomas Eizinger <thomas@eizinger.io>
    mxinden and thomaseizinger committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    8796939 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a2ee225 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4b71c02 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0fb858 View commit details
    Browse the repository at this point in the history