mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-01-21 08:51:30 +00:00
5ae4a73acd
The fallback logic is: r1q2 style URLs -> q2pro style URLs -> UDP. In case that an r1q2 or q2pro server is missing files, we may fall through to UDP and download files over abysmal slow UDP that are available over HTTP. To work around this problem we reset the precacher iterations back to 0 and start over with r1q2 style URLs. This works as long as we're able to download all files. But if one or more files are unavailable over all three download options we'll run into an endless loop. Mitigate this by starting over only once. This comes with the drawback that on servers that miss more than one file downloads might done over UDP were HTTP is available. In that case the server should be fixed. This closes #429. |
||
---|---|---|
.. | ||
backends | ||
client | ||
common | ||
game | ||
server | ||
win-wrapper |