Skip to main content

relays_in_same_extended_family

Function relays_in_same_extended_family 

Source
fn relays_in_same_extended_family(
    subnet_config: &SubnetConfig,
    r1: &Relay<'_>,
    r2: &Relay<'_>,
    family_rules: FamilyRules,
) -> bool
Expand description

Return true if r1 and r2 are in the same “extended” family, considering both explicitly declared families and subnet-based extended families.