Skip to content

perf(smtp-client): Use FQDN to reduce number of DNS queries#128

Open
j-g00da wants to merge 1 commit intomainfrom
j-g00da/use-fqdn
Open

perf(smtp-client): Use FQDN to reduce number of DNS queries#128
j-g00da wants to merge 1 commit intomainfrom
j-g00da/use-fqdn

Conversation

@j-g00da
Copy link
Copy Markdown
Collaborator

@j-g00da j-g00da commented Apr 27, 2026

From hickory-resolver docs:

FQDN, which ends in a final ., e.g. www.example.com.,
will only issue one query.
Anything else will always incur the cost of querying
the ResolverConfig::domain and ResolverConfig::search.

From `hickory-resolver` docs:
> FQDN, which ends in a final `.`, e.g. `www.example.com.`,
> will only issue one query.
> Anything else will always incur the cost of querying
> the `ResolverConfig::domain` and `ResolverConfig::search`.

Signed-off-by: Jagoda Ślązak <jslazak@jslazak.com>
@j-g00da j-g00da requested a review from link2xt April 27, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant