-
Notifications
You must be signed in to change notification settings - Fork 594
Open
Labels
blockedfeature requestA request for new functionalityA request for new functionalityhelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Describe the feature you'd like supported
Currently we call synchronous DNS resolution APIs (GetAddrInfo
) on our QUIC worker threads. Most of the time this is quick and there isn't any noticed perf issue; but it is entirely possible for these APIs to take a long time.
Proposed solution
We should use async version where possible (GetAddrInfoEx
). This will likely require changes at the PAL. I'm not sure what (if any) built-in APIs are available for Posix.
Metadata
Metadata
Assignees
Labels
blockedfeature requestA request for new functionalityA request for new functionalityhelp wantedExtra attention is neededExtra attention is needed
Type
Projects
Status
Should be written