Module Mavryk_dal_node_lib_gossipsub

module Gossipsub : sig ... end

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

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 Transport_layer_interface : sig ... end