Skip to content

Commit

Permalink
Merge pull request #13 from libp2p/feat/update-reuseport
Browse files Browse the repository at this point in the history
update go-reuseport
  • Loading branch information
Stebalien authored Nov 9, 2017
2 parents 11a8aa1 + 0553274 commit afd5a6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion p2p/transport/tcp/reuseport.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"strings"
"syscall"

reuseport "github.com/jbenet/go-reuseport"
reuseport "github.com/libp2p/go-reuseport"
)

// envReuseport is the env variable name used to turn off reuse port.
Expand Down
2 changes: 1 addition & 1 deletion p2p/transport/tcp/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"sync"

logging "github.com/ipfs/go-log"
reuseport "github.com/jbenet/go-reuseport"
reuseport "github.com/libp2p/go-reuseport"
tpt "github.com/libp2p/go-libp2p-transport"
ma "github.com/multiformats/go-multiaddr"
manet "github.com/multiformats/go-multiaddr-net"
Expand Down

0 comments on commit afd5a6e

Please sign in to comment.