libp2p-mdns
Advanced tools
Comparing version 0.5.0 to 0.5.1
{ | ||
"name": "libp2p-mdns", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"description": "Node.js libp2p mDNS discovery implementation for peer discovery", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -21,3 +21,3 @@ 'use strict' | ||
const interval = options.interval || (1e3 * 10) // default: 10 seconds | ||
const serviceTag = options.serviceTag || '_ipfs-discovery._udp' | ||
const serviceTag = options.serviceTag || 'libp2p-mdns-default.local' | ||
const port = options.port || 5353 | ||
@@ -24,0 +24,0 @@ const self = this // for event emitter |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11918