Skip to content
GitLab
Menu
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
87b0e200
Commit
87b0e200
authored
Sep 29, 2016
by
Jeromy Johnson
Committed by
GitHub
Sep 29, 2016
Browse files
Merge pull request #121 from libp2p/fix/mdns-race
update mdns to version with fixed race condition
parents
67ed3ffb
5b6ab8c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
p2p/discovery/mdns.go
View file @
87b0e200
...
@@ -10,13 +10,13 @@ import (
...
@@ -10,13 +10,13 @@ import (
"sync"
"sync"
"time"
"time"
"github.com/cryptix/mdns"
"github.com/ipfs/go-libp2p-peer"
"github.com/ipfs/go-libp2p-peer"
pstore
"github.com/ipfs/go-libp2p-peerstore"
pstore
"github.com/ipfs/go-libp2p-peerstore"
logging
"github.com/ipfs/go-log"
logging
"github.com/ipfs/go-log"
ma
"github.com/jbenet/go-multiaddr"
ma
"github.com/jbenet/go-multiaddr"
manet
"github.com/jbenet/go-multiaddr-net"
manet
"github.com/jbenet/go-multiaddr-net"
"github.com/libp2p/go-libp2p/p2p/host"
"github.com/libp2p/go-libp2p/p2p/host"
"github.com/whyrusleeping/mdns"
)
)
var
log
=
logging
.
Logger
(
"mdns"
)
var
log
=
logging
.
Logger
(
"mdns"
)
...
...
package.json
View file @
87b0e200
...
@@ -14,9 +14,9 @@
...
@@ -14,9 +14,9 @@
"version"
:
"0.0.0"
"version"
:
"0.0.0"
},
},
{
{
"hash"
:
"Qm
SscYPCcE1H3UQr2tnsJ2a9dK9LsHTBGgP71VW6fz67e5
"
,
"hash"
:
"Qm
Z6K4wx6uDZLPEjcDbHErMV1qGjSbcNrck3PqYSRhkrAN
"
,
"name"
:
"mdns"
,
"name"
:
"mdns"
,
"version"
:
"0.
0
.0"
"version"
:
"0.
1
.0"
},
},
{
{
"hash"
:
"QmRQhVisS8dmPbjBUthVkenn81pBxrx1GxE281csJhm2vL"
,
"hash"
:
"QmRQhVisS8dmPbjBUthVkenn81pBxrx1GxE281csJhm2vL"
,
...
@@ -202,4 +202,3 @@
...
@@ -202,4 +202,3 @@
"releaseCmd"
:
"git commit -a -m
\"
gx publish $VERSION
\"
"
,
"releaseCmd"
:
"git commit -a -m
\"
gx publish $VERSION
\"
"
,
"version"
:
"3.5.4"
"version"
:
"3.5.4"
}
}
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