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

autorelay: Split libp2p.EnableAutoRelay into 2 functions #2022

Merged
merged 5 commits into from
Feb 7, 2023

Commits on Jan 27, 2023

  1. Split libp2p.EnableAutoRelay into 2 functions

    Provide two specific ways to enable the autorelay subsystem
    libp2p.EnableAutoRelayWithStaticRelays
    libp2p.EnableAutoRelayWithPeerSource
    sukunrt committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    505567b View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    11d8901 View commit details
    Browse the repository at this point in the history
  2. Use PeerSource type

    MarcoPolo committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e7fc349 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Fix typo

    MarcoPolo committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    40fd4c8 View commit details
    Browse the repository at this point in the history
  2. Update p2p/host/autorelay/options.go

    Co-authored-by: Marten Seemann <martenseemann@gmail.com>
    MarcoPolo and marten-seemann committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    0d698fa View commit details
    Browse the repository at this point in the history