Skip to content

Define only one DNS interface#9554

Open
swankjesse wants to merge 1 commit into
masterfrom
jwilson.0716.dns2_dns
Open

Define only one DNS interface#9554
swankjesse wants to merge 1 commit into
masterfrom
jwilson.0716.dns2_dns

Conversation

@swankjesse

Copy link
Copy Markdown
Collaborator

No description provided.

fun lookup(hostname: String): List<InetAddress>

/** Recursively resolve [request] to learn IP addresses and service metadata to connect. */
fun newCall(request: Request): Call = LookupDnsCall(TaskRunner.INSTANCE, this, request)

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like it.

Base automatically changed from jwilson.0716.new_tests to master July 17, 2026 13:46
@swankjesse
swankjesse force-pushed the jwilson.0716.dns2_dns branch from 9c8f533 to dd26f1f Compare July 17, 2026 13:47
@swankjesse
swankjesse force-pushed the jwilson.0716.dns2_dns branch from dd26f1f to c704937 Compare July 17, 2026 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants