diff options
| author | 2020-10-06 03:15:37 +0000 | |
|---|---|---|
| committer | 2020-10-06 03:15:37 +0000 | |
| commit | 53a896dcf9e5a03ff5433665cefbcb63fb934b16 (patch) | |
| tree | f427ac59d30a952a9d36756d64dd760deb914005 | |
| parent | 59ffb3c974e5264fdc1bffee68cc30112161ecc2 (diff) | |
| parent | 9ebf233e8d1c6a6be6e75c71c5be0a3531008b94 (diff) | |
Backport: Update the documentation of ANDROID_RESOLV_NO_CACHE_STORE am: 9ebf233e8d
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/12097328
Change-Id: I405832362cfb720c1f17cccc60866f5351111480
| -rw-r--r-- | include/android/multinetwork.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/android/multinetwork.h b/include/android/multinetwork.h index d31d1f122f..f7294a9ea5 100644 --- a/include/android/multinetwork.h +++ b/include/android/multinetwork.h @@ -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, |