github.com/xraypb/Xray-core@v1.8.1/infra/conf/router_strategy.go (about) 1 package conf 2 3 const ( 4 strategyRandom string = "random" 5 strategyLeastPing string = "leastping" 6 )