Skip to content

[NOT_CRITICAL] Missing Flags: ARES_FLAG_EDNS, ARES_FLAG_NO_DFLT_SVR #196

@myalcin81

Description

@myalcin81

Missing c-ares flags on the implementation:

ref:
https://c-ares.org/ares_init_options.html

missing flags:
ARES_FLAG_EDNS
Include an EDNS pseudo-resource record (RFC 2671) in generated requests. As of v1.22, this is on by default if flags are otherwise not set.

ARES_FLAG_NO_DFLT_SVR
Do not attempt to add a default local named server if there are no other servers available. Instead, fail initialization with ARES_ENOSERVER.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions