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

[core/swarm] Refactor and extend configurable connection limits. #1848

Merged
merged 6 commits into from
Nov 23, 2020

Commits on Nov 20, 2020

  1. Refactor and extend configurable connection limits.

    To better track different connection counts, permit configurable
    limits for these counts and make these available for
    inspection efficiently, introduce dedicated connection counters
    via a `ConnectionCounters` structure that is exposed on the
    API via the `NetworkInfo`. All connection or connection
    states that are counted in this way can also have effective
    configurable limits.
    Roman S. Borschel committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    2cb8b3a View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Roman S. Borschel committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    f732c34 View commit details
    Browse the repository at this point in the history
  3. Add missing file.

    Roman S. Borschel committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    ee14e9c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Refine naming and config API.

    Roman S. Borschel committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    4e447e9 View commit details
    Browse the repository at this point in the history
  2. Update core/CHANGELOG.md

    Co-authored-by: Max Inden <mail@max-inden.de>
    romanb and mxinden committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    36b45e9 View commit details
    Browse the repository at this point in the history
  3. Update core/CHANGELOG.md

    Co-authored-by: Max Inden <mail@max-inden.de>
    romanb and mxinden committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    e6e26da View commit details
    Browse the repository at this point in the history