tendermint/p2p
Anton Kaliaev 5a041baa36
nice output for msgBytes
Closes #1227
2018-05-18 12:45:09 +04:00
..
conn nice output for msgBytes 2018-05-18 12:45:09 +04:00
dummy fixes post merge 2018-04-07 16:25:10 +03:00
pex version bump. add roadmap back. minor fixes 2018-05-15 22:42:29 -04:00
trust fixes from Jae's review 2018-02-12 14:32:09 +04:00
upnp Merge branch 'develop' into jae/aminoify 2018-04-07 16:16:53 +03:00
README.md Merge branch 'develop' into p2p-consolidate 2018-01-18 18:30:37 -05:00
base_reactor.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00
errors.go fix build and test 2018-04-28 15:39:09 -04:00
fuzz.go standardize PRNG access (#1411) 2018-04-11 11:38:30 +02:00
key.go improve `show_node_id` (#1433) 2018-04-10 16:03:51 +02:00
key_test.go p2p: tmconn->conn and types->p2p 2018-01-21 00:34:41 -05:00
listener.go require addresses to have an ID by default 2018-04-05 11:55:29 +02:00
listener_test.go linting errors: tackle p2p package 2017-11-27 22:39:11 +00:00
netaddress.go some comments 2018-04-28 15:19:33 -04:00
netaddress_test.go require addresses to have an ID by default 2018-04-05 11:55:29 +02:00
node_info.go Expose peer stats for dump_consensus_state 2018-05-10 22:43:21 -07:00
peer.go minor cleanup 2018-04-28 01:02:39 -04:00
peer_set.go Fix lint errors (#1390) 2018-04-02 10:21:17 +02:00
peer_set_test.go Replaced NodeInfo's pubkey to ID (#1443) 2018-04-11 10:11:11 +02:00
peer_test.go Replaced NodeInfo's pubkey to ID (#1443) 2018-04-11 10:11:11 +02:00
switch.go version bump. add roadmap back. minor fixes 2018-05-15 22:42:29 -04:00
switch_test.go minor cleanup 2018-04-28 01:02:39 -04:00
test_util.go fix build and test 2018-04-28 15:39:09 -04: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
wire.go P2P now works with Amino 2018-03-26 06:40:02 +02: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