pub type KitsuneP2pTuningParams = Arc<KitsuneP2pTuningParams>;
Expand description

We don’t want to clone these tuning params over-and-over. They should normally be passed around as an Arc.

Aliased Type§

struct KitsuneP2pTuningParams { /* private fields */ }