mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-02-08 18:04:11 +00:00
8 lines
145 B
Go
8 lines
145 B
Go
package conf
|
|
|
|
const (
|
|
strategyRandom string = "random"
|
|
strategyLeastPing string = "leastping"
|
|
strategyRoundRobin string = "roundrobin"
|
|
)
|