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
0aaec876
Commit
0aaec876
authored
Oct 03, 2016
by
Jeromy Johnson
Committed by
GitHub
Oct 03, 2016
Browse files
Merge pull request #128 from libp2p/feat/extracting
extract protocol and maddr-filter
parents
b47ce3fe
1085a076
Changes
24
Hide whitespace changes
Inline
Side-by-side
p2p/protocol/relay/relay_test.go
View file @
0aaec876
...
...
@@ -6,8 +6,8 @@ import (
"context"
logging
"github.com/ipfs/go-log"
protocol
"github.com/libp2p/go-libp2p-protocol"
inet
"github.com/libp2p/go-libp2p/p2p/net"
protocol
"github.com/libp2p/go-libp2p/p2p/protocol"
relay
"github.com/libp2p/go-libp2p/p2p/protocol/relay"
testutil
"github.com/libp2p/go-libp2p/p2p/test/util"
msmux
"github.com/whyrusleeping/go-multistream"
...
...
p2p/test/backpressure/backpressure_test.go
View file @
0aaec876
...
...
@@ -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"
protocol
"github.com/libp2p/go-libp2p-protocol"
host
"github.com/libp2p/go-libp2p/p2p/host"
inet
"github.com/libp2p/go-libp2p/p2p/net"
protocol
"github.com/libp2p/go-libp2p/p2p/protocol"
testutil
"github.com/libp2p/go-libp2p/p2p/test/util"
)
...
...
p2p/test/reconnects/reconnect_test.go
View file @
0aaec876
...
...
@@ -11,10 +11,10 @@ import (
u
"github.com/ipfs/go-ipfs-util"
logging
"github.com/ipfs/go-log"
ps
"github.com/jbenet/go-peerstream"
protocol
"github.com/libp2p/go-libp2p-protocol"
host
"github.com/libp2p/go-libp2p/p2p/host"
inet
"github.com/libp2p/go-libp2p/p2p/net"
swarm
"github.com/libp2p/go-libp2p/p2p/net/swarm"
protocol
"github.com/libp2p/go-libp2p/p2p/protocol"
testutil
"github.com/libp2p/go-libp2p/p2p/test/util"
)
...
...
package.json
View file @
0aaec876
...
...
@@ -188,6 +188,18 @@
"hash"
:
"QmXFU6HbpMaxJ3wtw96aSSqBcdJJqtuE2ipMopmh1T3be8"
,
"name"
:
"go-tcp-transport"
,
"version"
:
"1.0.2"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmaRNdghe7SY53L9WfyVesio7yvVnyXtgSpbBd9CJYfvJg"
,
"name"
:
"go-maddr-filter"
,
"version"
:
"1.0.0"
},
{
"author"
:
"whyrusleeping"
,
"hash"
:
"QmZNkThpqfVXs9GNbexPrfBbXSLNYeKrE7jwFM2oqHbyqN"
,
"name"
:
"go-libp2p-protocol"
,
"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