tendermint/p2p
Anton Kaliaev 45750e1b29
fix race by sending signal instead of stopping pongTimer
2018-02-09 21:32:29 +04:00
..
conn fix race by sending signal instead of stopping pongTimer 2018-02-09 21:32:29 +04:00
pex rewrite broadcastTxRoutine to use channels 2018-02-05 16:36:26 +04:00
trust p2p/trustmetric: non-deterministic test 2018-01-20 21:24:22 -05:00
upnp linting: moar fixes 2017-11-27 22:39:11 +00:00
CHANGELOG.md move into p2p package 2017-04-21 18:07:52 -04:00
README.md Merge branch 'develop' into p2p-consolidate 2018-01-18 18:30:37 -05:00
base_reactor.go document that msgBytes in p2p/connection change 2018-02-08 13:25:26 +04:00
errors.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
fuzz.go more linting 2017-11-27 22:39:12 +00:00
key.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
key_test.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
listener.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
listener_test.go linting errors: tackle p2p package 2017-11-27 22:39:11 +00:00
netaddress.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
netaddress_test.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
node_info.go p2p: fix break in double loop 2018-01-24 14:27:37 -05:00
peer.go rewrite broadcastTxRoutine to use channels 2018-02-05 16:36:26 +04:00
peer_set.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
peer_set_test.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
peer_test.go p2p: fix tests for required channels 2018-01-23 23:45:51 -05:00
switch.go close return channel when we're done 2018-02-09 21:32:29 +04:00
switch_test.go fix merge conflicts 2018-02-09 21:32:29 +04:00
test_util.go p2p: fix tests for required channels 2018-01-23 23:45:51 -05:00
types.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
version.go move into p2p package 2017-04-21 18:07:52 -04:00

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