lnd.xprv/htlcswitch
Andrey Samokhvalov 2d378b3280 htlcswitch+router: add onion error obfuscation
Within the network, it's important that when an HTLC forwarding failure
occurs, the recipient is notified in a timely manner in order to ensure
that errors are graceful and not unknown. For that reason with
accordance to BOLT №4 onion failure obfuscation have been added.
2017-07-14 19:08:04 -07:00
..
circuit.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
failure.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
interfaces.go peer+server+htlcswitch: add reason to disconnnect function 2017-07-14 19:08:04 -07:00
iterator.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
link_test.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
link.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
log.go lnd: remove seelog logger 2017-06-25 14:19:56 +01:00
mock.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
packet.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
queue_test.go htlcswitch: run all unit tests in parallel 2017-06-17 00:41:47 +02:00
queue.go htlcswitch: change over all internal indexes to use short channel ID's 2017-06-16 23:49:46 +02:00
switch_test.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
switch.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00
test_utils.go htlcswitch+router: add onion error obfuscation 2017-07-14 19:08:04 -07:00