ezquake-source
ezquake-source copied to clipboard
REQ: Define how many proxies to connect
Is your feature request related to a problem? Please describe. It bothers me that ezquake connects to more than one proxy. Usually the second or third ones don't lower ping at all or it's just 1ms. Having two or three routes could cause more inconsistency than just one. I have to set cl_proxyaddr to one proxy and reconnect.
Describe the solution you'd like Let sb_findroutes detect more than one proxy but allow to set how many will be connected and connect to the one(s) that give the lowest ping. The var sb_findmaxroutes could be used. sb_findmaxroutes 1, would detect more than one proxy but connect only to one with the lowest ping.
Describe alternatives you've considered If this is not possible, then set how many proxies it can detect in the first place instead of limiting how many will be connected. So, if i set sb_findmaxroutes 1, it detects and connects to one proxy, sb_findmaxroutes 2, it detects and connects to two proxies.