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

Commit 03e59202 authored by chenbruce's avatar chenbruce
Browse files

Add mdns_resolution to experiment flag list

This feature is eabled by default, this flag is used for
emergency rollback if we found any unexpected negative
impact.

Bug: 193220266
Test: cd packages/modules/DnsResolver && atest
Change-Id: I676ea6a8bf0da211028cf7f499307bb14cf0650f
parent 95450851
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -62,6 +62,7 @@ class Experiments {
            "dot_validation_latency_factor",
            "dot_validation_latency_offset_ms",
            "doh",
            "mdns_resolution",
    };
    // This value is used in updateInternal as the default value if any flags can't be found.
    static constexpr int kFlagIntDefault = INT_MIN;