1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-07-03 12:35:24 +00:00
v2fly/infra/conf/router_strategy.go

7 lines
101 B
Go
Raw Normal View History

2021-04-08 20:08:20 +00:00
package conf
const (
strategyRandom string = "random"
strategyLeastPing string = "leastping"
)