1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-30 07:46:41 -04:00
v2fly/infra/conf/router_strategy.go

7 lines
101 B
Go
Raw Normal View History

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