aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/c-ares/ares.h
diff options
context:
space:
mode:
authormax42 <max42@yandex-team.ru>2022-02-10 16:47:51 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:51 +0300
commit9988f7c537b40605e1a0aaae2977d5f540425b83 (patch)
treea4f3497f66e2dcd82d0f7ae7573acd1320d1bc78 /contrib/libs/c-ares/ares.h
parent0a579de32b745908473b2cea7c5cd5540bc801f0 (diff)
downloadydb-9988f7c537b40605e1a0aaae2977d5f540425b83.tar.gz
Restoring authorship annotation for <max42@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/c-ares/ares.h')
-rw-r--r--contrib/libs/c-ares/ares.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/contrib/libs/c-ares/ares.h b/contrib/libs/c-ares/ares.h
index 3f8a6954d0..48ebd95f6f 100644
--- a/contrib/libs/c-ares/ares.h
+++ b/contrib/libs/c-ares/ares.h
@@ -168,8 +168,8 @@ extern "C" {
#define ARES_OPT_EDNSPSZ (1 << 15)
#define ARES_OPT_NOROTATE (1 << 16)
#define ARES_OPT_RESOLVCONF (1 << 17)
-#define ARES_OPT_MAXTIMEOUTMS (1 << 18)
-#define ARES_OPT_JITTER (1 << 19)
+#define ARES_OPT_MAXTIMEOUTMS (1 << 18)
+#define ARES_OPT_JITTER (1 << 19)
/* Nameinfo flag values */
#define ARES_NI_NOFQDN (1 << 0)
@@ -262,9 +262,9 @@ struct apattern;
struct ares_options {
int flags;
int timeout; /* in seconds or milliseconds, depending on options */
- int maxtimeout; /* in milliseconds */
- int jitter; /* in .001 */
- unsigned int jitter_rand_seed;
+ int maxtimeout; /* in milliseconds */
+ int jitter; /* in .001 */
+ unsigned int jitter_rand_seed;
int tries;
int ndots;
unsigned short udp_port;