core-lightning/connectd
Alex Myers d099f9fe5b connectd: force our own channel gossip to more peers
Large nodes were not always getting their own channel gossip out
reliably.  The number of peers we spam our own channel gossip to
is limited to save large nodes on startup, but this should be
relaxed slightly to ensure propagation.

Changelog-Fixed: Own-channel gossip is broadcast to more peers on connect.
2024-11-28 14:54:08 +10:30
..
test gossmap: include cltv_expiry_delta in gossmap_chan_get_update_details for completeness. 2024-10-15 09:58:04 +10:30
connectd.c pytest: add test for connection ratelimiting. 2024-11-25 15:39:13 +10:30
connectd.h pytest: add test for connection ratelimiting. 2024-11-25 15:39:13 +10:30
connectd_gossipd_wire.csv
connectd_wire.csv pytest: add test for connection ratelimiting. 2024-11-25 15:39:13 +10:30
gossip_rcvd_filter.c
gossip_rcvd_filter.h
gossip_store.c connectd: don't suppress channel_announcement without channel_update yet. 2024-02-12 11:43:33 +01:00
gossip_store.h
handshake.c common/utils: macros to help get copy/compare across different types right. 2024-07-23 09:54:47 +09:30
handshake.h
Makefile connectd: do response to gossip queries, don't hand them to gossipd. 2024-07-10 12:21:19 +09:30
multiplex.c connectd: force our own channel gossip to more peers 2024-11-28 14:54:08 +10:30
multiplex.h
netaddress.c
netaddress.h
onion_message.c global: rename blinding to path_key everywhere. 2024-10-16 07:14:32 +10:30
onion_message.h lightningd: add routine to directly inject an onion message. 2024-07-10 13:34:00 +02:00
peer_exchange_initmsg.c connectd: fix double-free crash on connection timeout. 2024-10-14 16:36:58 +01:00
peer_exchange_initmsg.h
queries.c gossmap: include cltv_expiry_delta in gossmap_chan_get_update_details for completeness. 2024-10-15 09:58:04 +10:30
queries.h connectd: tie gossip query responses into ratelimiting code. 2024-07-10 12:21:19 +09:30
sha1.c
sha1.h
tor.c
tor.h
tor_autoservice.c
tor_autoservice.h
websocketd.c