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.
 
 
 
 
 
 
Sam Kleinman 28d34d635c
service: change stop interface (#7816)
2 years ago
..
conn service: change stop interface (#7816) 2 years ago
mocks p2p: remove unneeded close channels from p2p layer (#7392) 2 years ago
p2ptest service: change stop interface (#7816) 2 years ago
pex build: Make sure to test packages with external tests (#7608) 2 years ago
README.md p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
address.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
address_test.go service: remove stop method and use contexts (#7292) 3 years ago
channel.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
channel_test.go p2p: use recieve for channel iteration (#7425) 2 years ago
conn_tracker.go p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
conn_tracker_test.go p2p: renames for reactors and routing layer internal moves (#6547) 3 years ago
errors.go p2p, types: remove legacy NetAddress type (#7084) 3 years ago
metrics.go Remove now-unused nolint:lll directives. (#7356) 2 years ago
metrics_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
p2p_test.go service: remove stop method and use contexts (#7292) 3 years ago
peermanager.go p2p: always advertise self, to enable mutual address discovery (#7594) 2 years ago
peermanager_scoring_test.go service: cleanup mempool and peer update shutdown (#7401) 2 years ago
peermanager_test.go p2p: always advertise self, to enable mutual address discovery (#7594) 2 years ago
pqueue.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
pqueue_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
queue.go sync+p2p: remove closer (#7805) 2 years ago
router.go reactors: skip log on some routine cancels (#7556) 2 years ago
router_filter_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
router_init_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
router_test.go service: change stop interface (#7816) 2 years ago
transport.go p2p: remove unneeded close channels from p2p layer (#7392) 2 years ago
transport_mconn.go service: change stop interface (#7816) 2 years ago
transport_mconn_test.go libs/service: regularize Stop semantics and concurrency primitives (#7809) 2 years ago
transport_memory.go sync+p2p: remove closer (#7805) 2 years ago
transport_memory_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
transport_test.go p2p: remove unneeded close channels from p2p layer (#7392) 2 years ago
types.go p2p: channel shim cleanup (#7129) 3 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