github.com/v2fly/v2ray-core/v4@v4.45.2/infra/conf/router_strategy.go (about) 1 package conf 2 3 const ( 4 strategyRandom string = "random" 5 strategyLeastPing string = "leastping" 6 )