Module Tezos_dal_node_lib_gossipsub

module Gossipsub : sig ... end

This module exposes the instantiations of the Gossipsub and Octez-p2p libraries to be used by the DAL node to connect to and exchange data with peers.

module Gs_callback_worker : sig ... end

Worker that processes the gossipsub P2P output stream. It forwards messages to peers and handles connect/disconnect directives from the gossipsub worker.

module Gs_default_parameters : sig ... end

This module defines the default values for simple Gossip parameters and limits. These values are used or re-defined in the DAL node before instantiating the Gossipsub worker.

module Gs_interface : sig ... end

This module defines the relevant data structures to instantiate the gossipsub worker.

module Gs_logging : sig ... end
module Gs_transport_connection : sig ... end
module Gs_transport_connection_events : sig ... end
module Transport_layer_interface : sig ... end