Browse Source
The adaptive MPP test was showing an issue with always using a routehint, even when it wasn't necessary: we would insist on routhing to the entrypoint of the routehint, even through the actual destination. If a channel on that loop would result being over capacity we'd slam below 0, and then increase again by unapplying the route. The solution really is not to insist on routing through a routehint, so we implement random skipping of routehints, and we rotate them if we have multiples.route-mem-overrun
Christian Decker
4 years ago
committed by
Rusty Russell
2 changed files with 15 additions and 8 deletions
Loading…
Reference in new issue