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
5c3b6652
Commit
5c3b6652
authored
Oct 04, 2016
by
Jeromy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update deps
parent
2d136d79
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
19 deletions
+12
-19
package.json
package.json
+8
-14
tcp.go
tcp.go
+3
-3
tcp_test.go
tcp_test.go
+1
-2
No files found.
package.json
View file @
5c3b6652
...
@@ -9,15 +9,9 @@
...
@@ -9,15 +9,9 @@
"gxDependencies"
:
[
"gxDependencies"
:
[
{
{
"author"
:
"whyrusleeping"
,
"author"
:
"whyrusleeping"
,
"hash"
:
"QmYzDkkgAEmrcNzFCiYo6L1dTX4EAG1gZkbtdbd9trL4vd"
,
"hash"
:
"QmTMy4hVSY28DdwJ9kBz6y7q6MuioFzPcpM3Ma3aPjo1i3"
,
"name"
:
"go-multiaddr"
,
"version"
:
"0.0.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmYrv4LgCC8FhG2Ab4bwuq5DqBdwMtx3hMb3KKJDZcr2d7"
,
"name"
:
"go-libp2p-loggables"
,
"name"
:
"go-libp2p-loggables"
,
"version"
:
"1.
0.
11"
"version"
:
"1.1
.
1"
},
},
{
{
"author"
:
"whyrusleeping"
,
"author"
:
"whyrusleeping"
,
...
@@ -27,21 +21,21 @@
...
@@ -27,21 +21,21 @@
},
},
{
{
"author"
:
"whyrusleeping"
,
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
Y83KqqnQ286ZWbV2x7ixpeemH3cBpk8R54egS619WYff
"
,
"hash"
:
"Qm
T6Cp31887FpAc25z25YHgpFJohZedrYLWPPspRtj1Brp
"
,
"name"
:
"go-multiaddr-net"
,
"name"
:
"go-multiaddr-net"
,
"version"
:
"1.
3.0
"
"version"
:
"1.
5.1
"
},
},
{
{
"author"
:
"whyrusleeping"
,
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
eLQ13LftT9XhNn22piZc3GP56fGqhijuL5Y8KdUaRn1g
"
,
"hash"
:
"Qm
QkdkvXE4oKXAcLZK5d7Zc6xvyukQc8WVjX7QvxDJ7hJj
"
,
"name"
:
"mafmt"
,
"name"
:
"mafmt"
,
"version"
:
"1.1.
1
"
"version"
:
"1.1.
2
"
},
},
{
{
"author"
:
"whyrusleeping"
,
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
UDjsP471mkH5F4DoD5jQaTybX7ENU6YDULwQi9Keu3Vi
"
,
"hash"
:
"Qm
WMia2fBVBesMerbtApQY7Tj2sgTaziveBACfCRUcv45f
"
,
"name"
:
"go-libp2p-transport"
,
"name"
:
"go-libp2p-transport"
,
"version"
:
"2.
1.2
"
"version"
:
"2.
2.1
"
}
}
],
],
"gxVersion"
:
"0.4.0"
,
"gxVersion"
:
"0.4.0"
,
...
...
tcp.go
View file @
5c3b6652
...
@@ -7,12 +7,12 @@ import (
...
@@ -7,12 +7,12 @@ import (
"sync"
"sync"
"time"
"time"
lgbl
"github.com/ipfs/go-libp2p-loggables"
logging
"github.com/ipfs/go-log"
logging
"github.com/ipfs/go-log"
ma
"github.com/jbenet/go-multiaddr"
manet
"github.com/jbenet/go-multiaddr-net"
reuseport
"github.com/jbenet/go-reuseport"
reuseport
"github.com/jbenet/go-reuseport"
lgbl
"github.com/libp2p/go-libp2p-loggables"
tpt
"github.com/libp2p/go-libp2p-transport"
tpt
"github.com/libp2p/go-libp2p-transport"
ma
"github.com/multiformats/go-multiaddr"
manet
"github.com/multiformats/go-multiaddr-net"
mafmt
"github.com/whyrusleeping/mafmt"
mafmt
"github.com/whyrusleeping/mafmt"
)
)
...
...
tcp_test.go
View file @
5c3b6652
...
@@ -3,9 +3,8 @@ package tcp
...
@@ -3,9 +3,8 @@ package tcp
import
(
import
(
"testing"
"testing"
ma
"github.com/jbenet/go-multiaddr"
utils
"github.com/libp2p/go-libp2p-transport/test"
utils
"github.com/libp2p/go-libp2p-transport/test"
ma
"github.com/multiformats/go-multiaddr"
)
)
func
TestTcpTransport
(
t
*
testing
.
T
)
{
func
TestTcpTransport
(
t
*
testing
.
T
)
{
...
...
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