-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Shuffle the endpoint list from SteamDirectory
- Loading branch information
Showing
1 changed file
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
90c2847
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Aren't the servers ordered by best/closest ones? While I agree that it may give dead servers at the top, this doesn't seem like a particularly good fix. SteamKit already has a mechanism for marking bad servers.
90c2847
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The good/bad logic isn't helpful when all the endpoints for each CM all appear next to eachother. We have to iterate many of the same endpoints pointing to cm1-ord1 before getting to another host.
90c2847
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Resolved in d8a1f8b