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

Commit 53a896dc authored by Luke Huang's avatar Luke Huang Committed by Automerger Merge Worker
Browse files

Backport: Update the documentation of ANDROID_RESOLV_NO_CACHE_STORE am: 9ebf233e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12097328

Change-Id: I405832362cfb720c1f17cccc60866f5351111480
parents 59ffb3c9 9ebf233e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -123,8 +123,8 @@ enum ResNsendFlags : uint32_t {
    ANDROID_RESOLV_NO_RETRY = 1 << 0,

    /**
     * Do not cache the result of the lookup. The lookup may return a result that is already
     * in the cache, unless the ANDROID_RESOLV_NO_CACHE_LOOKUP flag is also specified.
     * Don't lookup this request in the cache, and don't cache the result of the lookup.
     * This flag implies {@link #ANDROID_RESOLV_NO_CACHE_LOOKUP}.
     */
    ANDROID_RESOLV_NO_CACHE_STORE = 1 << 1,