core-lightning/common/peer_status_wire.csv
Rusty Russell ab9d9ef3b8 gossipd: drain fd instead of passing around gossip index.
(This was sitting in my gossip-enchancement patch queue, but it simplifies
this set too, so I moved it here).

In 94711969f we added an explicit gossip_index so when gossipd gets
peers back from other daemons, it knows what gossip it has sent (since
gossipd can send gossip after the other daemon is already complete).

This solution is insufficient for the more general case where gossipd
wants to send other messages reliably, so replace it with the other
solution: have gossipd drain the "gossip fd" which the daemon returns.

This turns out to be quite simple, and is probably how I should have
done it originally :(

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-04-26 05:47:57 +00:00

395 B

1#include <common/crypto_state.h>
2# An error occurred: if error_for_them, that to go to them.
3status_peer_error,0xFFF4
4# This is implied if error_for_them, but master tries not to parse packets.
5status_peer_error,,channel,struct channel_id
6status_peer_error,,desc,wirestring
7status_peer_error,,crypto_state,struct crypto_state
8status_peer_error,,len,u16
9status_peer_error,,error_for_them,len*u8