tendermint/p2p
Zarko Milosevic 287b25a059 Align with spec (#2642) 2018-10-15 16:05:13 -04:00
..
conn ed25519: use golang/x/crypto fork (#2558) 2018-10-11 10:01:53 -04:00
dummy p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
pex p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
trust libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
upnp libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
README.md Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
base_reactor.go libs: Remove usage of custom Fmt, in favor of fmt.Sprintf (#2199) 2018-08-10 09:25:57 +04:00
conn_set.go p2p: Implement PeerTransport 2018-09-18 22:26:43 +02:00
errors.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
fuzz.go fix import paths 2018-07-01 22:36:49 -04:00
key.go Switch nodeID to use tmhash.Size, add test names for net addr tests (#2559) 2018-10-08 15:20:41 +02:00
key_test.go fix import paths 2018-07-01 22:36:49 -04:00
metrics.go Align with spec (#2642) 2018-10-15 16:05:13 -04:00
netaddress.go state: require block.Time of the fist block to be genesis time (#2594) 2018-10-12 01:03:58 -04:00
netaddress_test.go Switch nodeID to use tmhash.Size, add test names for net addr tests (#2559) 2018-10-08 15:20:41 +02:00
node_info.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
peer.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
peer_set.go fix nil pointer panic by checking if peer is nil 2018-06-29 16:03:31 +04:00
peer_set_test.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
peer_test.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
switch.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
switch_test.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
test_util.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
transport.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
transport_test.go p2p: NodeInfo is an interface; General cleanup (#2556) 2018-10-12 19:25:33 -04:00
types.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
version.go Revert "delete everything" (includes everything non-go-crypto) 2018-06-20 17:35:30 -07:00
wire.go crypto: Refactor to move files out of the top level directory 2018-07-18 08:38:44 -07: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