You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Marko 8a282a5fee replace errors.go with github.com/pkg/errors (2/2) (#3890) 5 years ago
..
conn replace errors.go with github.com/pkg/errors (2/2) (#3890) 5 years ago
mock node: allow registration of custom reactors while creating node (#3771) 5 years ago
pex gocritic (1/2) (#3836) 5 years ago
trust tm-cmn to tm-db (#3850) 5 years ago
upnp Changes to files that had linting issue (#3731) 5 years ago
README.md docs: fix p2p readme links (#3109) 5 years ago
base_reactor.go p2p: peer state init too late and pex message too soon (#3634) 5 years ago
codec.go Renamed wire.go to codec.go (#3827) 5 years ago
conn_set.go p2p: file descriptor leaks (#3150) 5 years ago
errors.go p2p: seed mode refactoring (#3011) 5 years ago
fuzz.go gocritic (2/2) (#3864) 5 years ago
key.go remove unnecessary "crypto" import alias (#2940) 6 years ago
key_test.go fix import paths 6 years ago
metrics.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
netaddress.go gocritic (2/2) (#3864) 5 years ago
netaddress_test.go p2p: extract ID validation into a separate func (#3754) 5 years ago
node_info.go Bring back NodeInfo NetAddress form the dead (#3545) 5 years ago
node_info_test.go gocritic (2/2) (#3864) 5 years ago
peer.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
peer_set.go p2p: fix peer count mismatch #2332 (#2969) 6 years ago
peer_set_test.go Fixes tendermint/tendermint#3522 5 years ago
peer_test.go replace errors.go with github.com/pkg/errors (2/2) (#3890) 5 years ago
switch.go replace errors.go with github.com/pkg/errors (1/2) (#3888) 5 years ago
switch_test.go add staticcheck linting (#3828) 5 years ago
test_util.go replace errors.go with github.com/pkg/errors (1/2) (#3888) 5 years ago
transport.go p2p: make persistent prop independent of conn direction (#3593) 5 years ago
transport_test.go p2p: remove NewNetAddressStringWithOptionalID (#3711) 5 years ago
types.go p2p: tmconn->conn and types->p2p 6 years ago

README.md

p2p

The p2p package provides an abstraction around peer-to-peer communication.

Docs:

  • Connection for details on how connections and multiplexing work
  • Peer for details on peer ID, handshakes, and peer exchange
  • Node for details about different types of nodes and how they should work
  • Pex for details on peer discovery and exchange
  • Config for details on some config option