Skip to content

Commit

Permalink
Merge pull request #121 from libp2p/fix/mdns-race
Browse files Browse the repository at this point in the history
update mdns to version with fixed race condition
  • Loading branch information
whyrusleeping authored Sep 30, 2016
2 parents 67ed3ff + 5b6ab8c commit 87b0e20
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion p2p/discovery/mdns.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import (
"sync"
"time"

"github.com/cryptix/mdns"
"github.com/ipfs/go-libp2p-peer"
pstore "github.com/ipfs/go-libp2p-peerstore"
logging "github.com/ipfs/go-log"
ma "github.com/jbenet/go-multiaddr"
manet "github.com/jbenet/go-multiaddr-net"
"github.com/libp2p/go-libp2p/p2p/host"
"github.com/whyrusleeping/mdns"
)

var log = logging.Logger("mdns")
Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"version": "0.0.0"
},
{
"hash": "QmSscYPCcE1H3UQr2tnsJ2a9dK9LsHTBGgP71VW6fz67e5",
"hash": "QmZ6K4wx6uDZLPEjcDbHErMV1qGjSbcNrck3PqYSRhkrAN",
"name": "mdns",
"version": "0.0.0"
"version": "0.1.0"
},
{
"hash": "QmRQhVisS8dmPbjBUthVkenn81pBxrx1GxE281csJhm2vL",
Expand Down Expand Up @@ -202,4 +202,3 @@
"releaseCmd": "git commit -a -m \"gx publish $VERSION\"",
"version": "3.5.4"
}

0 comments on commit 87b0e20

Please sign in to comment.