Files
lightning/common
Rusty Russell f1b4b14be5 channeld: don't queue gossip msgs while waiting for foreign_channel_update.
We ask gossipd for the channel_update for the outgoing channel; any other
messages it sends us get queued for later processing.

But this is overzealous: we can shunt those msgs to the peer while
we're waiting.  This fixes a nasty case where we have to handle
WIRE_GOSSIPD_NEW_STORE_FD messages by queuing the fd for later.

This then means that WIRE_GOSSIPD_NEW_STORE_FD can be handled
internally inside handle_gossip_msg(), since it's always dealt with
the same, simplifying all callers.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-04 01:29:39 +00:00
..
2018-11-02 05:58:01 +00:00
2019-04-09 12:37:16 -07:00
2018-01-29 04:46:54 +00:00
2018-02-08 22:49:34 +01:00
2019-04-09 12:37:16 -07:00
2019-04-09 12:37:16 -07:00
2019-01-29 04:50:01 +00:00
2019-04-09 12:37:16 -07:00
2019-04-09 12:37:16 -07:00
2019-04-16 21:22:13 +00:00
2019-04-16 21:22:13 +00:00
2019-04-09 12:37:16 -07:00
2018-12-05 23:15:59 +00:00
2019-01-15 12:01:38 +01:00
2019-04-09 12:37:16 -07:00
2019-04-09 12:37:16 -07:00
2018-06-18 12:31:09 +02:00