Crate grin_p2p

source ·
Expand description

Networking code to connect to other peers and exchange block, transactions, etc.

Re-exports§

Modules§

  • Message types that transit over the network and related serialization code.
  • Storage implementation for peer data.

Structs§

  • A no-op network adapter used for testing.
  • P2P server implementation, handling bootstrapping to find and connect to peers, receiving connections from other peers and keep track of all of them.

Constants§