View Source Zenohex.Config.Scouting (Zenohex v0.3.0)
Documentation for Elixir.Zenohex.Config.Scouting
.
Summary
Types
@type delay() :: non_neg_integer() | :undefined
In peer mode, the period dedicated to scouting remote peers before attempting other operations. In milliseconds.
@type t() :: %Zenohex.Config.Scouting{delay: delay()}