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.
 
 
 
 
 
 
Ethan Buchman eaabdb5cac
Merge pull request #1282 from tendermint/1126-private-peers
6 years ago
..
conn rename dummy to kvstore (#1223) 6 years ago
pex Merge pull request #1282 from tendermint/1126-private-peers 6 years ago
trust fixes from Jae's review 6 years ago
upnp linting: moar fixes 7 years ago
CHANGELOG.md move into p2p package 7 years ago
README.md Merge branch 'develop' into p2p-consolidate 7 years ago
base_reactor.go document that msgBytes in p2p/connection change 6 years ago
errors.go p2p: tmconn->conn and types->p2p 7 years ago
fuzz.go more linting 7 years ago
key.go more fixes from review 7 years ago
key_test.go remove PoW from ID 7 years ago
listener.go PanicCrisis is deprecated 7 years ago
listener_test.go linting errors: tackle p2p package 7 years ago
netaddress.go NetAddress.Same checks ID or DialString 7 years ago
netaddress_test.go some fixes from review 7 years ago
node_info.go p2p: introduce peerConn to simplify peer creation (#1226) 6 years ago
peer.go stop peer if it sends us msg with unknown channel 6 years ago
peer_set.go p2p: peer.Key -> peer.ID 7 years ago
peer_set_test.go rename dummy to kvstore (#1223) 6 years ago
peer_test.go p2p: introduce peerConn to simplify peer creation (#1226) 6 years ago
switch.go mark peer as good if it contributed enough votes or block parts 6 years ago
switch_test.go Speed up CircleCI builds 6 years ago
test_util.go p2p: introduce peerConn to simplify peer creation (#1226) 6 years ago
types.go p2p: tmconn->conn and types->p2p 7 years ago
version.go move into p2p package 7 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