rgb-cln/gossipd
Rusty Russell 89d97b330e seeker: don't try to fill peers when they connect.
On testing, I found a node which would hang up every time we asked it
for query_short_channel_ids (despite it offering features 0x81, meaning
it should handle this message).

Then it would reconnect, and we'd choose it again as our
PROBING_NANNOUNCES peer!

Instead, leave finding another peer to the once-a-minute
seeker_check() function.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-10-10 21:48:52 -05:00
..
test seeker: start doing a channel probe if we see unknown node_announcement msgs. 2019-10-10 21:48:52 -05:00
Makefile gossipd: move gossip seeking routines into new file seeker.c 2019-10-10 21:48:52 -05:00
broadcast.h gossipd: remove broadcast map altogether. 2019-06-04 01:29:39 +00:00
gossip_generation.c seeker: start doing a channel probe if we see unknown node_announcement msgs. 2019-10-10 21:48:52 -05:00
gossip_generation.h gossipd: naming cleanups. 2019-09-20 06:55:00 +00:00
gossip_peerd_wire.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
gossip_store.c seeker: start doing a channel probe if we see unknown node_announcement msgs. 2019-10-10 21:48:52 -05:00
gossip_store.csv wire-gen: move in-house wire delcarations to new format 2019-07-24 06:31:46 +00:00
gossip_store.h gossipd: have gossip_store_load() return a timestamp. 2019-10-10 21:48:52 -05:00
gossip_wire.csv elements: Move from a global is_elements to a global chainparams 2019-10-03 04:32:57 +00:00
gossipd.c gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00
gossipd.h gossipd: have seeker control which peers gossip, reduce to 3 and rotate. 2019-10-10 21:48:52 -05:00
queries.c gossipd: remove some spammy debug messages. 2019-10-10 21:48:52 -05:00
queries.h gossipd: hand (any) timestamps through to callback for query_channel_range. 2019-10-10 21:48:52 -05:00
routing.c seeker: start doing a channel probe if we see unknown node_announcement msgs. 2019-10-10 21:48:52 -05:00
routing.h seeker: start doing a channel probe if we see unknown node_announcement msgs. 2019-10-10 21:48:52 -05:00
seeker.c seeker: don't try to fill peers when they connect. 2019-10-10 21:48:52 -05:00
seeker.h gossipd: restore dev-suppress-gossip functionality. 2019-10-10 21:48:52 -05:00