tendermint/p2p
Ethan Buchman bc19e7843c
Merge branch 'develop' into p2p-consolidate
2018-01-18 18:30:37 -05:00
..
trust note in trust metric test 2018-01-13 15:11:13 -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
addrbook.go cleanup switch 2018-01-13 17:37:52 -05:00
addrbook_test.go more fixes from review 2018-01-13 17:34:12 -05:00
base_reactor.go cleanup switch 2018-01-13 17:37:52 -05:00
conn_go110.go p2p: use fake net.Pipe since only >=Go1.10 implements SetDeadline 2017-11-14 22:03:23 -07:00
conn_notgo110.go p2p: netPipe for <Go1.10 in own file with own build tag 2017-11-14 22:23:48 -07:00
connection.go p2p: support addr format ID@IP:PORT 2018-01-01 23:08:20 -05:00
connection_test.go service#Start, service#Stop signatures were changed 2017-11-29 10:38:58 -06:00
fuzz.go more linting 2017-11-27 22:39:12 +00:00
key.go more fixes from review 2018-01-13 17:34:12 -05:00
key_test.go remove PoW from ID 2018-01-13 15:50:59 -05:00
listener.go PanicCrisis is deprecated 2017-12-15 13:35:49 -06:00
listener_test.go linting errors: tackle p2p package 2017-11-27 22:39:11 +00:00
netaddress.go NetAddress.Same checks ID or DialString 2018-01-14 01:15:37 -05:00
netaddress_test.go some fixes from review 2018-01-13 16:06:51 -05:00
peer.go reorder peer.go methods 2018-01-14 01:15:37 -05:00
peer_set.go p2p: peer.Key -> peer.ID 2018-01-01 22:39:05 -05:00
peer_set_test.go NodeInfo not a pointer 2018-01-14 01:15:33 -05:00
peer_test.go reorder peer.go methods 2018-01-14 01:15:37 -05:00
pex_reactor.go fixes from review 2018-01-14 13:03:57 -05:00
pex_reactor_test.go fixes from review 2018-01-14 13:03:57 -05:00
secret_connection.go p2p: PrivKey need not be Ed25519 2018-01-01 19:44:01 -05:00
secret_connection_test.go p2p: PrivKey need not be Ed25519 2018-01-01 19:44:01 -05:00
switch.go NetAddress.Same checks ID or DialString 2018-01-14 01:15:37 -05:00
switch_test.go reorder peer.go methods 2018-01-14 01:15:37 -05:00
test_util.go NodeInfo not a pointer 2018-01-14 01:15:33 -05:00
types.go NodeInfo not a pointer 2018-01-14 01:15:33 -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