Skip to content

std.Io.Threaded: FreeBSD implementation of netLookup #25742

@andrewrk

Description

@andrewrk

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

No one assigned

    Labels

    enhancementSolving 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.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions