Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
go-libp2p
Commits
7d1706f7
Commit
7d1706f7
authored
9 years ago
by
Jeromy
Browse files
Options
Download
Email Patches
Plain Diff
make mdns service tag conform to standards
parent
1deeb429
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
p2p/discovery/mdns.go
+1
-1
p2p/discovery/mdns.go
with
1 addition
and
1 deletion
+1
-1
p2p/discovery/mdns.go
View file @
7d1706f7
...
...
@@ -20,7 +20,7 @@ import (
var
log
=
logging
.
Logger
(
"mdns"
)
const
ServiceTag
=
"discovery.
ipfs.io
"
const
ServiceTag
=
"
_ipfs-
discovery.
_udp
"
type
Service
interface
{
io
.
Closer
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help