Module broadcaster

Module broadcaster 

Source
Expand description

Gossip-based broadcasting for head dissemination.

The Broadcaster announces new DAG heads to peers, triggering the pull-based sync process via DAGSyncer.

Structs§

BroadcastConfig
Configuration for the broadcaster.
BroadcastMessage
A broadcast message containing head announcements.
BroadcastNetwork
Simulates a network of broadcasters for testing.
BroadcastStats
Statistics about the broadcaster.
Broadcaster
Gossip-based broadcaster for head dissemination.

Enums§

BroadcastEvent
Events emitted by the broadcaster.
DropReason
Reason a message was dropped.