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

Commit 2d788c2d authored by Yan Yan's avatar Yan Yan
Browse files

Add flags for IPsec packet loss detector improvements

Bug: 329139898
Bug: 323238888
Test: build
Change-Id: I635e5432e42c5fb4d903b4c14910e60e2e38f12b
parent 2ecfdb1d
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