1
0
mirror of https://github.com/fluencelabs/tendermint synced 2025-07-26 09:41:57 +00:00
Files
.github
DOCKER
benchmarks
blockchain
cmd
config
consensus
docs
evidence
lite
mempool
node
p2p
conn
pex
trust
upnp
CHANGELOG.md
README.md
base_reactor.go
errors.go
fuzz.go
key.go
key_test.go
listener.go
listener_test.go
netaddress.go
netaddress_test.go
node_info.go
peer.go
peer_set.go
peer_set_test.go
peer_test.go
switch.go
switch_test.go
test_util.go
types.go
version.go
proxy
rpc
scripts
state
test
types
version
.codecov.yml
.editorconfig
.gitignore
CHANGELOG.md
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
Makefile
README.md
Vagrantfile
appveyor.yml
circle.yml
glide.lock
glide.yaml
tendermint/p2p/types.go
2018-01-21 00:34:41 -05:00

9 lines
164 B
Go

package p2p
import (
"github.com/tendermint/tendermint/p2p/conn"
)
type ChannelDescriptor = conn.ChannelDescriptor
type ConnectionStatus = conn.ConnectionStatus