mirror of
https://github.com/XTLS/Xray-core.git
synced 2024-11-02 19:19:20 +02:00
7 lines
101 B
Go
7 lines
101 B
Go
|
package conf
|
||
|
|
||
|
const (
|
||
|
strategyRandom string = "random"
|
||
|
strategyLeastPing string = "leastping"
|
||
|
)
|