mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 13:48:00 +00:00
Add support for mDNS (#2153)
* Use libp2p 0.6.0 instead of a custom branch * Add support for mDNS * Fix tests * Nit
This commit is contained in:
committed by
DemiMarie-parity
parent
d4a4022dd1
commit
3dfda381d5
@@ -99,6 +99,7 @@ fn node_config<F: ServiceFactory> (
|
||||
non_reserved_mode: NonReservedPeerMode::Accept,
|
||||
client_version: "network/test/0.1".to_owned(),
|
||||
node_name: "unknown".to_owned(),
|
||||
enable_mdns: false,
|
||||
};
|
||||
|
||||
Configuration {
|
||||
|
||||
Reference in New Issue
Block a user