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.

@nekohasekai nekohasekai force-pushed the dev-next branch 9 times, most recently from 1482baa to 9345823 Compare March 16, 2024 14:02
@nekohasekai nekohasekai force-pushed the dev-next branch 10 times, most recently from b5ef853 to 38a2e62 Compare March 20, 2024 17:18
@ashly-right ashly-right force-pushed the randome-outbound branch 2 times, most recently from e1bf57f to d2855ad Compare March 21, 2024 01:20
@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 30 times, most recently from 34670c2 to fcc0582 Compare December 15, 2024 14:26
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.

7 participants