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.
 
 
 
 
 
 
Thomas Corbière 2644a529f0 Fix lint errors (#1390) 6 years ago
..
conn Fix lint errors (#1390) 6 years ago
dummy test we record votes and block parts 6 years ago
pex Fix lint errors (#1390) 6 years ago
trust fixes from Jae's review 6 years ago
upnp Fix lint errors (#1390) 6 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 Fix lint errors (#1390) 6 years ago
errors.go p2p: tmconn->conn and types->p2p 7 years ago
fuzz.go more linting 7 years ago
key.go Fix lint errors (#1390) 6 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 Fix lint errors (#1390) 6 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 new tmlibs Parallel implementation 6 years ago
peer_set.go Fix lint errors (#1390) 6 years ago
peer_set_test.go Fix lint errors (#1390) 6 years ago
peer_test.go p2p: Keep reference to connections in test peer 6 years ago
switch.go do not add peer to switch if it fails to start 6 years ago
switch_test.go Speed up CircleCI builds 6 years ago
test_util.go Fix lint errors (#1390) 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