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.
 
 
 
 
 
 
Anton Kaliaev 28e79a4d02
cmd: modify `gen_node_key` to print key to STDOUT (#5772)
3 years ago
..
conn use Cleanup(),TempDir() in test cases (#5723) 4 years ago
mock cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
mocks abci: remove setOption (#5447) 4 years ago
pex reactors: omit incoming message bytes from reactor logs (#5743) 4 years ago
trust use Cleanup(),TempDir() in test cases (#5723) 4 years ago
upnp fix lint failures with 1.31 (#5489) 4 years ago
README.md Fix broken /docs/spec links (#4376) 4 years ago
base_reactor.go docs: warn developers about calling blocking funcs in Receive (#5679) 4 years ago
channel.go p2p: state sync reactor refactor (#5671) 3 years ago
conn_set.go libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
errors.go p2p: seed mode refactoring (#3011) 5 years ago
key.go cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
key_test.go cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
metrics.go p2p: Per channel metrics (#3666) (#3677) 5 years ago
netaddress.go p2p: Remove data race bug in netaddr stringer (#5048) 4 years ago
netaddress_test.go p2p: Remove data race bug in netaddr stringer (#5048) 4 years ago
node_info.go proto: folder structure adhere to buf (#5025) 4 years ago
node_info_test.go cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
peer.go p2p: state sync reactor refactor (#5671) 3 years ago
peer_set.go libs: wrap mutexes for build flag with godeadlock (#5126) 4 years ago
peer_set_test.go cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
peer_test.go p2p: state sync reactor refactor (#5671) 3 years ago
shim.go p2p: state sync reactor refactor (#5671) 3 years ago
shim_test.go p2p: state sync reactor refactor (#5671) 3 years ago
switch.go cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
switch_test.go fix lint failures with 1.31 (#5489) 4 years ago
test_util.go cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
transport.go proto: folder structure adhere to buf (#5025) 4 years ago
transport_test.go cmd: modify `gen_node_key` to print key to STDOUT (#5772) 3 years ago
types.go p2p: tmconn->conn and types->p2p 6 years ago

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