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/mdns: Make libp2p-mdns socket agnostic #1699

Merged
merged 5 commits into from
Aug 18, 2020

Commits on Aug 12, 2020

  1. protocols/mdns: Make libp2p-mdns socket agnostic

    Allow libp2p-mdns to use either async-std or tokio to drive required UDP
    socket.
    mxinden committed Aug 12, 2020
    Configuration menu
    Copy the full SHA
    2d80742 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2020

  1. Configuration menu
    Copy the full SHA
    3ba7e86 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    845d790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    11b11a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6df99d0 View commit details
    Browse the repository at this point in the history