Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: maidsafe/qp2p
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.11.5
Choose a base ref
...
head repository: maidsafe/qp2p
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.11.6
Choose a head ref
  • 3 commits
  • 5 files changed
  • 2 contributors

Commits on Apr 7, 2021

  1. fix(bootstrap): fix stalled connections w/multiple bootstrap contacts

    When multiple bootstrap contacts are used the first successful
    connection is considered and the rest is disregarded. This results in
    unfinished connection attempts that are left lingering in the connection
    de-duplicator and connection pool. This fix introduces
    Endpoint::new_connection that creates a fresh connection
    disregarding the de-duplication of connections that is used by the
    bootstrap function which then only saves the successful connection in the pool
    lionel-faber authored and S-Coyle committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    cd02b6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbc96df View commit details
    Browse the repository at this point in the history
  3. chore(release): 0.11.6

    actions-user authored and MaidSafe-QA committed Apr 7, 2021
    Configuration menu
    Copy the full SHA
    06ddd1c View commit details
    Browse the repository at this point in the history
Loading