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

New Feature: Outbound random selection for urlTest based on best latency. #1557

Open
wants to merge 36 commits into
base: dev-next
Choose a base branch
from

Conversation

ashly-right
Copy link

This feature provides a simple load balancer with a random/least-latency strategy. This update should be completely backward compatible.

An attribute named "randomize" was added to the urlTest outbound. the default value is false.

Functionality:
When randomize is set to true, the application makes a list of the best latency each time and selects one of them randomly for each new connection.

@ashly-right
Copy link
Author

@nekohasekai Dear
Could you please review this request whenever you can? Thank you very much.

@nekohasekai nekohasekai force-pushed the dev-next branch 6 times, most recently from f8ab52f to cc8ae72 Compare March 26, 2024 13:29
@nekohasekai nekohasekai force-pushed the dev-next branch 9 times, most recently from 82269a4 to 1bc83a1 Compare June 22, 2024 06:16
@nekohasekai nekohasekai force-pushed the dev-next branch 11 times, most recently from b34153f to 6da5ed4 Compare June 27, 2024 13:22
@nekohasekai nekohasekai force-pushed the dev-next branch 10 times, most recently from 07b192a to 06ee404 Compare July 7, 2024 08:10
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

Successfully merging this pull request may close these issues.

None yet

7 participants