Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need to implement happy eyeballs for IPV4 IPV6 dual stack protocol #159

Open
dongzhaosheng73 opened this issue Dec 22, 2023 · 2 comments

Comments

@dongzhaosheng73
Copy link

I need to set up socketshttphandler to implement a policy for IPV6 preference or rollback to ipv4, and I wonder if the downloader can expose the relevant callbacks

@dongzhaosheng73
Copy link
Author

This is the happy eyeballs specification documentation https://datatracker.ietf.org/doc/html/rfc8305#page-4
This is implemented but requires setting up the httpmessagehandler https://github.com/jellyfin/jellyfin/blob/master/src/Jellyfin.Networking/HappyEyeballs/HttpClientExtension.cs

@bezzad
Copy link
Owner

bezzad commented Jan 2, 2024

Hi @dongzhaosheng73
The Downloader at this point does not support your need. You can use HttpClient instead of the Downloader.
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants