Expand description

A P2P-based gossip network, for now only for sending broadcasts.

Re-exports§

Modules§

Enums§

Traits§

  • Interface for the gossip network. This represents a P2P network and a lot of the properties of this interface result from that. In particular we might know the ID of a given peer, but not be connected to them directly.
  • Abstraction over a sender to the raw network.
  • Abstraction over a raw p2p network.