Skip to content

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

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
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementSolving this issue will likely involve adding new logic or components to the codebase.os-freebsdFreeBSDstandard 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