hopr_transport_p2p/behavior/mod.rs
1/// Definition of the HOPR discovery mechanism for the network.
2pub(crate) mod discovery;
3
4/// Definition of the HOPR heartbeat mechanism collecting data for the connected graph
5pub(crate) mod heartbeat;
6
7/// Definition of the HOPR ticket aggregation mechanism collecting data for the connected graph
8pub(crate) mod ticket_aggregation;