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