[GH-ISSUE #2645] Recursor: Retransmission policy #1038

Closed
opened 2026-03-16 01:23:29 +03:00 by kerem · 1 comment
Owner

Originally created by @divergentdave on GitHub (Dec 5, 2024).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2645

The recursor should have some retransmission policy, in order to gracefully handle packet loss when using UDP. Section 4.2.1 of RFC 1035 has some suggestions.

Note that, while parallel_conn_loop() does have some logic to retry with an exponential backoff, it is only triggered by ProtoErrorKind::Busy. This error is only generated when internal channels are full in DnsMultiplexer or BufDnsRequestStreamHandle.

Originally created by @divergentdave on GitHub (Dec 5, 2024). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/2645 The recursor should have some retransmission policy, in order to gracefully handle packet loss when using UDP. Section 4.2.1 of RFC 1035 has some suggestions. Note that, while `parallel_conn_loop()` does have some logic to retry with an exponential backoff, it is only triggered by `ProtoErrorKind::Busy`. This error is only generated when internal channels are full in `DnsMultiplexer` or `BufDnsRequestStreamHandle`.
kerem 2026-03-16 01:23:29 +03:00
Author
Owner

@marcus0x62 commented on GitHub (Oct 29, 2025):

Addressed in #3311

<!-- gh-comment-id:3463681466 --> @marcus0x62 commented on GitHub (Oct 29, 2025): Addressed in #3311
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#1038
No description provided.