Documentation ¶
Overview ¶
Package gossip implements simple protocol to send new validated messages to all peers and ignore old or not valid messages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Protocol ¶
Protocol runs the gossip protocol using the given peers and service.
func NewProtocol ¶
func NewProtocol(config config.SwarmConfig, base baseNetwork, peersManager peersManager, localNodePubkey p2pcrypto.PublicKey, logger log.Log) *Protocol
NewProtocol creates a new gossip protocol instance.
func (*Protocol) Broadcast ¶
Broadcast is the actual broadcast procedure - process the message internally and loop on peers and add the message to their queues
func (*Protocol) Relay ¶
Relay processes a message, if the message is new, it is passed for the protocol to validate and then propagated.
func (*Protocol) SetPriority ¶
SetPriority sets the priority for protoName in the queue.
Click to show internal directories.
Click to hide internal directories.