Skip to content

Commit

Permalink
Fix mdns with multiple interfaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvc94ch committed Dec 14, 2021
1 parent 939e296 commit 2ec9d55
Show file tree
Hide file tree
Showing 5 changed files with 343 additions and 357 deletions.
2 changes: 2 additions & 0 deletions protocols/mdns/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ categories = ["network-programming", "asynchronous"]
async-io = "1.3.1"
data-encoding = "2.3.2"
dns-parser = "0.8.0"
fnv = "1.0.7"
futures = "0.3.13"
if-watch = "0.2.0"
lazy_static = "1.4.0"
Expand All @@ -27,5 +28,6 @@ void = "1.0.2"

[dev-dependencies]
async-std = { version = "1.9.0", features = ["attributes"] }
env_logger = "0.9.0"
libp2p = { path = "../.." }
tokio = { version = "1.2.0", default-features = false, features = ["macros", "rt", "rt-multi-thread", "time"] }
Loading

0 comments on commit 2ec9d55

Please sign in to comment.