rgb-cln/gossipd
Rusty Russell be5d945e97 gossip: only send out gossip to non-local peers when we're supposed to.
This hook is called when the queue is empty; we should only send gossip
according to the gossip timer.  We're currently dribbling it out after
every message, in violation of the spec.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-02-28 12:48:45 +01:00
..
test routing: Use siphash24 for route randomization 2018-02-26 02:36:27 +00:00
Makefile status: generate messages rather than marshal/unmarshal manually. 2018-02-08 19:07:12 +01: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 gossip: only send out gossip to non-local peers when we're supposed to. 2018-02-28 12:48:45 +01:00
gossip_wire.csv gossip: formalize passing of siphash_seed. 2018-02-26 06:35:02 +00:00
handshake.c gossipd: use status levels for unusual reporting. 2018-02-28 12:48:45 +01:00
handshake.h ipaddr: rename to wireaddr. 2017-10-26 21:01:09 +00:00
routing.c gossip: expose and use get_node() helper. 2018-02-28 12:48:45 +01:00
routing.h gossip: expose and use get_node() helper. 2018-02-28 12:48:45 +01:00