summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Luke Huang <huangluke@google.com> 2020-06-24 18:39:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2020-06-24 18:39:36 +0000
commit99f85854bcc84a70cba5d62c14afc0823f94d527 (patch)
tree0b83093e4deace1a0c1d1a5d7cd48934eeab2435
parent130f0696f87f49ae6833eb9d007fa1d449ce4f7e (diff)
parent8aba999b13a6caaef2039797591d96213c2f406b (diff)
Merge "Update the documentation of ANDROID_RESOLV_NO_CACHE_STORE"
-rw-r--r--include/android/multinetwork.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/android/multinetwork.h b/include/android/multinetwork.h
index 59b1deb595..c6d1c94c0a 100644
--- a/include/android/multinetwork.h
+++ b/include/android/multinetwork.h
@@ -126,8 +126,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,