[GH-ISSUE #428] mdns socket creation should use Handle::current #482

Closed
opened 2026-03-15 22:44:51 +03:00 by kerem · 1 comment
Owner

Originally created by @bluejekyll on GitHub (Apr 25, 2018).
Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/428

@Keruspe , I was reviewing the Handle docs

For mDNS instead of dirtying the interface, should we just use Handle::current and then we won't have the deviation from the other interfaces.

I'm pretty sure that is what's going on with the other Socket creation, just implicitly vs. explicitly.

see https://github.com/carllerche/mio/issues/841#issuecomment-384393244

Originally created by @bluejekyll on GitHub (Apr 25, 2018). Original GitHub issue: https://github.com/hickory-dns/hickory-dns/issues/428 @Keruspe , I was reviewing the Handle docs For mDNS instead of dirtying the interface, should we just use `Handle::current` and then we won't have the deviation from the other interfaces. I'm pretty sure that is what's going on with the other Socket creation, just implicitly vs. explicitly. see https://github.com/carllerche/mio/issues/841#issuecomment-384393244
kerem 2026-03-15 22:44:51 +03:00
Author
Owner

@Keruspe commented on GitHub (Apr 26, 2018):

I got to the same conclusion yesterday reading the mio issue and the Handle doc, was planning on testing it today, so here we are

<!-- gh-comment-id:384541551 --> @Keruspe commented on GitHub (Apr 26, 2018): I got to the same conclusion yesterday reading the mio issue and the Handle doc, was planning on testing it today, so here we are
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#482
No description provided.