-
-
Notifications
You must be signed in to change notification settings - Fork 238
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
IPv6 in sv_downloadurl #1559
Comments
No, it's ipv4-only
|
Can I contribute to this issue or it's closed part of the |
The HTTP client implementation is in net_ws.c file. I believe, it only needs to specify any matching protocol family instead of just IPv6 for our getaddrinfo/gethostbymame wrapper function.
sv_downloadurl however only allows to set only one address.
|
Old xash3d allowed to specify multiple urls in sv_downloadurl delimited with spaces. Is not new engine allow this?
|
I've tried to connect trough DNS, as looks like resolver is defined in it could be useful to provide multiple addresses in priority, e.g.
|
Interesting, how does another players skins loading to my client - trough theirs fastdl? This question about has it a sense to make IPv6 for secure connections or unsecured traffic going from third party requests anyway |
Well, found a time for this subject and drafted some implementation in YGGverse@7ff3e59 I think it useful to have separated option like
Could somebody of core devs check and comment this way, haves it a sense before make any PRs |
Please, help me to complete server side condition to return It should be something like
|
Found, it's |
Finally, the task was completed in branch sv-downloadurl-ipv6 PR #1577 Example of
|
Does
sv_downloadurl
invalve/server.cfg
support IPv6?I can download resources trough IPv4 protocol only - just need IPv6 for Yggdrasil connections.
The text was updated successfully, but these errors were encountered: