1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-03 02:59:07 -04:00

test case for balancer

This commit is contained in:
Darien Raymond
2018-11-07 21:25:43 +01:00
parent 73d3be424b
commit 2cc92920fa
4 changed files with 211 additions and 1 deletions

View File

@@ -132,5 +132,6 @@ func (br *BalancingRule) Build(ohm outbound.Manager) (*Balancer, error) {
return &Balancer{
selectors: br.OutboundSelector,
strategy: &RandomStrategy{},
ohm: ohm,
}, nil
}