-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-freebsdstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.
Milestone
Description
Extracted from #25592.
The FreeBSD implementation of netLookup should use dnsres_getaddrinfo to obtain this property:
- asynchronously add to results queue
It does not appear to be cancelable.
if (native_os == .freebsd) {
// TODO use dnsres_getaddrinfo
}Metadata
Metadata
Assignees
Labels
enhancementSolving this issue will likely involve adding new logic or components to the codebase.Solving this issue will likely involve adding new logic or components to the codebase.os-freebsdstandard libraryThis issue involves writing Zig code for the standard library.This issue involves writing Zig code for the standard library.