0
mirror of https://github.com/XTLS/Xray-core.git synced 2025-04-28 22:31:25 +03:00
Xray-core/infra/conf/router_strategy.go

8 lines
145 B
Go
Raw Normal View History

package conf
const (
strategyRandom string = "random"
strategyLeastPing string = "leastping"
strategyRoundRobin string = "roundrobin"
)