Merge pull request #3462 from joostjager/mc-extrapolate

routing+routerrpc: improve prob. estimation for untried connections
This commit is contained in:
Olaoluwa Osuntokun
2019-10-22 17:30:00 -07:00
committed by GitHub
15 changed files with 630 additions and 425 deletions

View File

@ -660,6 +660,7 @@ func newServer(listenAddrs []net.Addr, chanDB *channeldb.DB,
AprioriHopProbability: routingConfig.AprioriHopProbability,
PenaltyHalfLife: routingConfig.PenaltyHalfLife,
MaxMcHistory: routingConfig.MaxMcHistory,
AprioriWeight: routingConfig.AprioriWeight,
},
)
if err != nil {