rgb-cln/gossipd
Rusty Russell a3696f0469 gossipd: allow faster updating, 2 per day, before ratelimiting.
This limit applies to both node_announcements (which we now send 1 per
day), and channel_updates; I've had reports of LND nodes going down
daily for database compation, so they end up ratelimited.

Changelog-Protocol: We now allow two channel_updates or node_announcements per day, up from 1.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-03-08 04:54:45 +10:30
..
test gossipd: always re-sent our own node_announcement on startup. 2022-03-08 04:54:45 +10:30
Makefile connectd: handle onion messages. 2022-02-08 11:15:52 +10:30
broadcast.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
gossip_generation.c gossipd: force a fresh node_announcement every 24 hours. 2022-03-08 04:54:45 +10:30
gossip_generation.h channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossip_store.c channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossip_store.h daemons: remove unused functions or make static. 2021-12-06 10:05:39 +10:30
gossip_store_wire.csv gossip_store: create end marker for EOF. 2021-05-22 17:53:04 +09:30
gossipd.c gossipd: force a fresh node_announcement every 24 hours. 2022-03-08 04:54:45 +10:30
gossipd.h gossipd: force a fresh node_announcement every 24 hours. 2022-03-08 04:54:45 +10:30
gossipd_peerd_wire.csv channeld: send channel updates and announcements via lightningd. 2022-02-08 11:15:52 +10:30
gossipd_wire.csv connectd: handle onion messages. 2022-02-08 11:15:52 +10:30
queries.c gossipd: send all gossip msgs directly to connectd, not peer. 2022-02-08 11:15:52 +10:30
queries.h gossipd: send all gossip msgs directly to connectd, not peer. 2022-02-08 11:15:52 +10:30
routing.c gossipd: allow faster updating, 2 per day, before ratelimiting. 2022-03-08 04:54:45 +10:30
routing.h gossipd: make sure we set the `urgent` bit if we move our own node_announcement. 2022-03-08 04:54:45 +10:30
seeker.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
seeker.h gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00