Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
p2p
go-tcp-transport
Commits
710a748b
Unverified
Commit
710a748b
authored
Nov 09, 2017
by
Steven Allen
Committed by
GitHub
Nov 09, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #13 from libp2p/feat/update-reuseport
update go-reuseport
parents
1dee40f5
6a1b68c7
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
.travis.yml
.travis.yml
+1
-1
package.json
package.json
+2
-2
reuseport.go
reuseport.go
+1
-1
tcp.go
tcp.go
+1
-1
No files found.
.travis.yml
View file @
710a748b
...
...
@@ -5,7 +5,7 @@ os:
language
:
go
go
:
-
1.
8
-
1.
9
install
:
true
...
...
package.json
View file @
710a748b
...
...
@@ -9,9 +9,9 @@
"gxDependencies"
:
[
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
S4L8WB9RLZLu9YbS19cHJVjQnuvTyGaGKs75DtmX4Jyo
"
,
"hash"
:
"Qm
QMdVT3PHEhMbdkANAqjpEmyUpVZEEzZyougpCSYqcjre
"
,
"name"
:
"go-reuseport"
,
"version"
:
"0.1.
7
"
"version"
:
"0.1.
9
"
},
{
"author"
:
"whyrusleeping"
,
...
...
reuseport.go
View file @
710a748b
...
...
@@ -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.
...
...
tcp.go
View file @
710a748b
...
...
@@ -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"
...
...
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