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

Conversation

mxinden
Copy link
Member

@mxinden mxinden commented Aug 12, 2020

Allow libp2p-mdns to use either async-std or tokio to drive required UDP
socket.

As far as I can tell the two features (mdns-async-std, mdns-tokio)
and the corresponding tests are additive.

Closes #1318

Allow libp2p-mdns to use either async-std or tokio to drive required UDP
socket.
@romanb
Copy link
Contributor

romanb commented Aug 18, 2020

@mxinden Do you want to merge this before the next release?

@mxinden mxinden merged commit cbdbf65 into libp2p:master Aug 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade to latest tokio (0.2) or switch to async-std?
2 participants