Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac0d7314 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Add flags for IPsec packet loss detector improvements" into main am: 06e9a099

parents 436a9d20 06e9a099
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -21,3 +21,17 @@ flag{
    description: "Feature flag for enabling network metric monitor"
    bug: "282996138"
}

flag{
    name: "validate_network_on_ipsec_loss"
    namespace: "vcn"
    description: "Trigger network validation when IPsec packet loss exceeds the threshold"
    bug: "329139898"
}

flag{
    name: "evaluate_ipsec_loss_on_lp_nc_change"
    namespace: "vcn"
    description: "Re-evaluate IPsec packet loss on LinkProperties or NetworkCapabilities change"
    bug: "323238888"
}
 No newline at end of file