30a46291f8
This commit introduces a new type to the package: ForwardingError. It wraps an existing lnwire.FailureMessage interface, and also includes the _source_ of the error message. By including the source of the message, the router can now prune the set of available routes down in order to reduce the number of subsequent failures based on the source of the error and the type of the error itself. |
||
---|---|---|
.. | ||
circuit.go | ||
failure.go | ||
interfaces.go | ||
iterator.go | ||
link_test.go | ||
link.go | ||
log.go | ||
mock.go | ||
packet.go | ||
queue_test.go | ||
queue.go | ||
switch_test.go | ||
switch.go | ||
test_utils.go |