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
1600dc35
Commit
1600dc35
authored
Oct 05, 2016
by
Jeromy Johnson
Committed by
GitHub
Oct 05, 2016
Browse files
Merge pull request #134 from libp2p/feat/extracting-5
extract libp2p-swarm
parents
10689ca6
7aced371
Changes
23
Hide whitespace changes
Inline
Side-by-side
p2p/test/reconnects/reconnect_test.go
View file @
1600dc35
...
...
@@ -14,7 +14,7 @@ import (
host
"github.com/libp2p/go-libp2p-host"
inet
"github.com/libp2p/go-libp2p-net"
protocol
"github.com/libp2p/go-libp2p-protocol"
swarm
"github.com/libp2p/go-libp2p
/p2p/net/
swarm"
swarm
"github.com/libp2p/go-libp2p
-
swarm"
testutil
"github.com/libp2p/go-libp2p/p2p/test/util"
)
...
...
p2p/test/util/util.go
View file @
1600dc35
...
...
@@ -5,11 +5,11 @@ import (
"testing"
bhost
"github.com/libp2p/go-libp2p/p2p/host/basic"
swarm
"github.com/libp2p/go-libp2p/p2p/net/swarm"
metrics
"github.com/libp2p/go-libp2p-metrics"
inet
"github.com/libp2p/go-libp2p-net"
pstore
"github.com/libp2p/go-libp2p-peerstore"
swarm
"github.com/libp2p/go-libp2p-swarm"
tu
"github.com/libp2p/go-testutil"
ma
"github.com/multiformats/go-multiaddr"
)
...
...
package.json
View file @
1600dc35
...
...
@@ -242,6 +242,12 @@
"hash"
:
"QmdML3R42PRSwnt46jSuEts9bHSqLctVYEjJqMR3UYV8ki"
,
"name"
:
"go-libp2p-host"
,
"version"
:
"1.1.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmeAfPWBWDQq9qjQ5oiWhaFs7oEsfB6FyEj5VxNdc2r34q"
,
"name"
:
"go-libp2p-swarm"
,
"version"
:
"1.0.0"
}
],
"gxVersion"
:
"0.4.0"
,
...
...
Prev
1
2
Next
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