rust-lightning/lightning
Valentine Wallace f4834def9d
Implement buffering onion messages for peers.
In this commit, we check if a peer's outbound buffer has room for onion
messages, and if so pulls them from an implementer of a new trait,
OnionMessageProvider.

Makes sure channel messages are prioritized over OMs, and OMs are prioritized
over gossip.

The onion_message module remains private until further rate limiting is added.
2022-08-26 19:03:07 -04:00
..
src Implement buffering onion messages for peers. 2022-08-26 19:03:07 -04:00
Cargo.toml Update bitcoin crate to 0.29.0 2022-08-11 00:21:26 +02:00