rust-lightning/lightning
Matt Corallo 1b711ed15f Reliably deliver gossip messages from our ChannelMessageHandler
When our `ChannelMessageHandler` creates gossip broadcast
`MessageSendEvent`s, we generally want these to be reliably
delivered to all our peers, even if there's not much buffer space
available.

Here we do this by passing an extra flag to `forward_broadcast_msg`
which indicates where the message came from, then ignoring the
buffer-full criteria when the flag is set.
2024-10-17 19:09:15 +00:00
..
src Reliably deliver gossip messages from our ChannelMessageHandler 2024-10-17 19:09:15 +00:00
Cargo.toml Drop no-std feature 2024-09-18 09:07:58 +02:00