[PR #3247] [CLOSED] resolver: add HappyEyeballs strategy #3675

Closed
opened 2026-03-16 11:56:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/3247
Author: @djc
Created: 9/2/2025
Status: Closed

Base: mainHead: happy-eyeballs


📝 Commits (1)

  • e5f8789 resolver: add HappyEyeballs strategy

📊 Changes

4 files changed (+92 additions, -2 deletions)

View changed files

📝 Cargo.lock (+1 -0)
📝 crates/resolver/Cargo.toml (+1 -0)
📝 crates/resolver/src/config.rs (+7 -0)
📝 crates/resolver/src/lookup_ip.rs (+83 -2)

📄 Description

Fixes #1507. Probably needs some tests. Early feedback welcome!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/3247 **Author:** [@djc](https://github.com/djc) **Created:** 9/2/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `happy-eyeballs` --- ### 📝 Commits (1) - [`e5f8789`](https://github.com/hickory-dns/hickory-dns/commit/e5f87897ea70a79a6b96c7bb92c99d97b8d7b5d1) resolver: add HappyEyeballs strategy ### 📊 Changes **4 files changed** (+92 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `Cargo.lock` (+1 -0) 📝 `crates/resolver/Cargo.toml` (+1 -0) 📝 `crates/resolver/src/config.rs` (+7 -0) 📝 `crates/resolver/src/lookup_ip.rs` (+83 -2) </details> ### 📄 Description Fixes #1507. Probably needs some tests. Early feedback welcome! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 11:56:41 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#3675
No description provided.