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

Commit 6d0df68d authored by Luke Huang's avatar Luke Huang Committed by Automerger Merge Worker
Browse files

Update the documentation of ANDROID_RESOLV_NO_CACHE_STORE am: f1cf6a63 am: b4bcad43

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

Change-Id: Id924b347d709bbc1d64422d1f2c25e5cebb75693
parents b25a76f5 b4bcad43
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -126,8 +126,8 @@ enum ResNsendFlags : uint32_t {
    ANDROID_RESOLV_NO_RETRY = 1 << 0,
    ANDROID_RESOLV_NO_RETRY = 1 << 0,


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