tendermint/p2p
Adrian Brink f602de437e
Move P2P docs into docs folder
2018-01-03 10:49:47 +01:00
..
trust Merge branch '916-remove-sleeps-from-tests' into develop 2017-12-12 16:43:36 -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
Dockerfile go-p2p -> tendermint/p2p 2017-04-21 18:19:41 -04:00
README.md more p2p docs 2018-01-01 16:30:36 -05:00
addrbook.go lil fixes 2017-11-27 22:39:12 +00:00
addrbook_test.go minor fixes from review 2017-11-21 15:30:19 +00: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 tmlibs timer fix 2017-12-25 11:11:55 -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
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 strip protocol if defined 2017-12-15 13:36:08 -06:00
netaddress_test.go strip protocol if defined 2017-12-15 13:36:08 -06:00
peer.go remove some debugs 2017-12-19 10:11:37 -05:00
peer_set.go peer interface 2017-09-15 18:40:59 -04:00
peer_set_test.go more logging in p2p and consensus 2017-12-16 13:36:52 -05:00
peer_test.go service#Start, service#Stop signatures were changed 2017-11-29 10:38:58 -06:00
pex_reactor.go more logging in p2p and consensus 2017-12-16 13:36:52 -05:00
pex_reactor_test.go more logging in p2p and consensus 2017-12-16 13:36:52 -05:00
secret_connection.go more linting 2017-11-27 22:39:12 +00:00
secret_connection_test.go linting errors: tackle p2p package 2017-11-27 22:39:11 +00:00
switch.go remove some debugs 2017-12-19 10:11:37 -05:00
switch_test.go p2p: exponential backoff on reconnect. closes #939 2017-12-11 13:41:09 -05:00
types.go more linting 2017-11-27 22:39:12 +00:00
util.go more linting 2017-11-27 22:39:12 +00:00
version.go move into p2p package 2017-04-21 18:07:52 -04:00

README.md

tendermint/tendermint/p2p

CircleCI

tendermint/tendermint/p2p provides an abstraction around peer-to-peer communication.

See:

  • [docs/connection] for details on how connections and multiplexing work
  • [docs/peer] for details on peer ID, handshakes, and peer exchange
  • [docs/node] for details about different types of nodes and how they should work
  • [docs/pex] for details on peer discovery and exchange
  • [docs/config] for details on some config options