rgb-cln/gossipd
Christian Decker 01b7e2a7c0 broadcast: Added option to replace a specific index
We are wasting way too much time looking for announcements and updates
in the broadcast. We can just hint where to find the message to be
evicted and safe the traversal.

Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-02-05 18:28:39 +00:00
..
test gossipd: Add handling of channel_update to routing failures. 2018-02-01 00:46:06 +00:00
Makefile gossipd: Implement `gossip_routing_failure` for master to report routing failures. 2018-02-01 00:46:06 +00:00
broadcast.c broadcast: Added option to replace a specific index 2018-02-05 18:28:39 +00:00
broadcast.h broadcast: Added option to replace a specific index 2018-02-05 18:28:39 +00:00
gossip.c gossipd: Add handling of channel_update to routing failures. 2018-02-01 00:46:06 +00:00
gossip_wire.csv gossipd: Add handling of channel_update to routing failures. 2018-02-01 00:46:06 +00:00
handshake.c gossip: Remove HSM_FD from handshake 2017-12-17 02:44:20 +00:00
handshake.h ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
routing.c gossip: Add new channels to channels map 2018-02-05 18:28:39 +00:00
routing.h gossip: Added uintmap based channels map, indexed by scids 2018-02-05 18:28:39 +00:00