lightningnetwork / lightning-onion

Onion Routed Micropayments for the Lightning Network
MIT License
396 stars 125 forks source link

sphinx: allow concurrent onion packet processing #49

Closed joostjager closed 3 years ago

joostjager commented 3 years ago

Onion decoding is a cpu-intensive operation. This PR adds a mutex so that multiple decoders can run in parallel.