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 08f84cd712 a little more moving around 7 years ago
..
trust note in trust metric test 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 cleanup switch 7 years ago
addrbook_test.go more fixes from review 7 years ago
base_reactor.go cleanup switch 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 more fixes from review 7 years ago
key_test.go remove PoW from 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 more fixes from review 7 years ago
netaddress_test.go some fixes from review 7 years ago
peer.go a little more moving around 7 years ago
peer_set.go p2p: peer.Key -> peer.ID 7 years ago
peer_set_test.go remove RemoteAddr from NodeInfo 7 years ago
peer_test.go remove RemoteAddr from NodeInfo 7 years ago
pex_reactor.go a little more moving around 7 years ago
pex_reactor_test.go remove RemoteAddr from NodeInfo 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 a little more moving around 7 years ago
switch_test.go p2p: peer.Key -> peer.ID 7 years ago
test_util.go cleanup switch 7 years ago
types.go a little more moving around 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