You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Ethan Buchman 6e823c6e87 p2p: support addr format ID@IP:PORT 7 years ago
..
docs more p2p docs 7 years ago
trust Merge branch '916-remove-sleeps-from-tests' into develop 7 years ago
upnp linting: moar fixes 7 years ago
CHANGELOG.md move into p2p package 7 years ago
Dockerfile go-p2p -> tendermint/p2p 7 years ago
README.md p2p: PrivKey need not be Ed25519 7 years ago
addrbook.go p2p: add ID to NetAddress and use for AddrBook 7 years ago
addrbook_test.go p2p: add ID to NetAddress and use for AddrBook 7 years ago
conn_go110.go p2p: use fake net.Pipe since only >=Go1.10 implements SetDeadline 7 years ago
conn_notgo110.go p2p: netPipe for <Go1.10 in own file with own build tag 7 years ago
connection.go p2p: support addr format ID@IP:PORT 7 years ago
connection_test.go service#Start, service#Stop signatures were changed 7 years ago
fuzz.go more linting 7 years ago
key.go p2p: add ID to NetAddress and use for AddrBook 7 years ago
key_test.go persistent node key and ID 7 years ago
listener.go PanicCrisis is deprecated 7 years ago
listener_test.go linting errors: tackle p2p package 7 years ago
netaddress.go p2p: support addr format ID@IP:PORT 7 years ago
netaddress_test.go p2p: support addr format ID@IP:PORT 7 years ago
peer.go p2p: peer.Key -> peer.ID 7 years ago
peer_set.go p2p: peer.Key -> peer.ID 7 years ago
peer_set_test.go p2p: peer.Key -> peer.ID 7 years ago
peer_test.go p2p: support addr format ID@IP:PORT 7 years ago
pex_reactor.go p2p: add ID to NetAddress and use for AddrBook 7 years ago
pex_reactor_test.go p2p: support addr format ID@IP:PORT 7 years ago
secret_connection.go p2p: PrivKey need not be Ed25519 7 years ago
secret_connection_test.go p2p: PrivKey need not be Ed25519 7 years ago
switch.go p2p: support addr format ID@IP:PORT 7 years ago
switch_test.go p2p: peer.Key -> peer.ID 7 years ago
types.go p2p: reorder some checks in addPeer; add comments to NodeInfo 7 years ago
util.go more linting 7 years ago
version.go move into p2p package 7 years ago

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