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
7081c172
Commit
7081c172
authored
Oct 04, 2016
by
Jeromy Johnson
Committed by
GitHub
Oct 04, 2016
Browse files
Merge pull request #131 from libp2p/feat/extracting-4
Feat/extracting 4
parents
a54a624e
1a53ad77
Changes
23
Hide whitespace changes
Inline
Side-by-side
p2p/test/backpressure/backpressure_test.go
View file @
7081c172
...
...
@@ -10,9 +10,9 @@ import (
u
"github.com/ipfs/go-ipfs-util"
peer
"github.com/ipfs/go-libp2p-peer"
logging
"github.com/ipfs/go-log"
host
"github.com/libp2p/go-libp2p-host"
inet
"github.com/libp2p/go-libp2p-net"
protocol
"github.com/libp2p/go-libp2p-protocol"
host
"github.com/libp2p/go-libp2p/p2p/host"
testutil
"github.com/libp2p/go-libp2p/p2p/test/util"
)
...
...
p2p/test/reconnects/reconnect_test.go
View file @
7081c172
...
...
@@ -11,9 +11,9 @@ import (
u
"github.com/ipfs/go-ipfs-util"
logging
"github.com/ipfs/go-log"
ps
"github.com/jbenet/go-peerstream"
host
"github.com/libp2p/go-libp2p-host"
inet
"github.com/libp2p/go-libp2p-net"
protocol
"github.com/libp2p/go-libp2p-protocol"
host
"github.com/libp2p/go-libp2p/p2p/host"
swarm
"github.com/libp2p/go-libp2p/p2p/net/swarm"
testutil
"github.com/libp2p/go-libp2p/p2p/test/util"
)
...
...
package.json
View file @
7081c172
...
...
@@ -215,20 +215,32 @@
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
TaW4q1AbqMkpfDLUYzW18nW62GsrnFvtVcvR1pnaURm6
"
,
"hash"
:
"Qm
d4eGc7VMmVZu225mdCzsagdWJBaAVHmmvNFYSvxSUeX5
"
,
"name"
:
"go-libp2p-conn"
,
"version"
:
"1.
0
.0"
"version"
:
"1.
1
.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
SctCnUNkE7c7C2LGRGYrdmU9SDH3MtbAeueN7Jq1NN2q
"
,
"hash"
:
"Qm
cr6YS5QCPwejhBxZk5iFEvVEHSVzewbLVMyc64zefaUf
"
,
"name"
:
"go-libp2p-net"
,
"version"
:
"1.0.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"Qm
S38TTyj47fP5NVNznxpw4KpFYSU9zHkCEfmuBSkHzb6
d"
,
"hash"
:
"Qm
bidKjoAxLVE2skY74Rfw1QafReyf4w2FZqA8Sd7MxoV
d"
,
"name"
:
"go-libp2p-metrics"
,
"version"
:
"1.1.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmRxzoGdQaN6HYyqWnT82NnLLHBAZbTUvxPEfTBTjU7KCn"
,
"name"
:
"go-libp2p-interface-conn"
,
"version"
:
"0.1.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmaAyA9QMVdzCYHv7QJnKu4Dzk4zfnFrHw9itzP9kEUKYW"
,
"name"
:
"go-libp2p-host"
,
"version"
:
"1.0.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