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

swarm/: Limit negotiating inbound substreams per connection #2697

Merged
merged 8 commits into from Jun 8, 2022

Commits on Jun 7, 2022

  1. swarm/src/connection: Limit # of negotiating inbound substreams

    This limit is shared across all `ConnectionHandler`s on a single connection. It
    only enforces a limit on the number of negotiating substreams. Once negotiated a
    `ConnectionHandler` manages the lifecycle of the substream and has to enforce
    limits themselves.
    mxinden committed Jun 7, 2022
    Copy the full SHA
    1425886 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a98cf04 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2c97c01 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8c08b30 View commit details
    Browse the repository at this point in the history
  5. swarm/: Fix intra doc link

    mxinden committed Jun 7, 2022
    Copy the full SHA
    7a3fb18 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Copy the full SHA
    2b187af View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    885a96b View commit details
    Browse the repository at this point in the history
  3. Update swarm/CHANGELOG.md

    mxinden committed Jun 8, 2022
    Copy the full SHA
    baabefa View commit details
    Browse the repository at this point in the history