Type Definition mdns_sd::Metrics

source ·
pub type Metrics = HashMap<String, i64>;
Expand description

The metrics is a HashMap of (name_key, i64_value). The main purpose is to help monitoring the mDNS packet traffic.