Update the documentation of ANDROID_RESOLV_NO_CACHE_STORE

Make it up-to-date.

Test: N/A
Bug: 150371903
Change-Id: Ia1402a18d6d466ffbb0357127d7d45cf6c722550
This commit is contained in:
Luke Huang 2020-06-20 13:01:33 +08:00
parent 109ad71569
commit f1cf6a632d

View file

@ -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,