pub fn can_track_source_peer<P>( source: &str, peer_key: &str, peers: &HashMap<String, MeshPeerEntry<P>>, max_peers: Option<usize>, ) -> bool