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