-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Hello,
First of all I wanted to thank you for the amazing tool, I've been testing it and it works wonders.
I understand the main reason it was created, however I wanted to ask if in the future there could be a feature so that the connection always goes through the lowest RTT link.
To give context, I am currently working on a small project for a Gaming VPN, I am in Costa Rica and due to how internet is routed here I have a VPN Server (Glorytun Client) connected to several Miami Servers (Glorytun Server) where connection is outputed through.
The idea is to always use the one path with the lowest RTT since latency to these servers change during the day.
Currently I am achieving this by having a script ping all servers (Paths) and call glorytun to set the path states leaving the lowest RTT path UP and set all others as Backup a few seconds later to avoid packet loss and disruptions. However I believe a implementation directly into Glorytun would be more efficient in handling the switch.
Again, I understand the my use case is very particular (not what glorytun is intented for) and it's likely I'll have to make my own solution.