core-lightning/lightningd/gossip
Rusty Russell f511012e29 lightningd/gossip: don't hand client fd until release.
The gossip subdaemon previously passed the fd after init: this is
unnecessary for peers which simply want to gossip (and not establish
channels).

Now we hand the gossip fd back with the peer fd.  This adds another
error message for when we fail to create the gossip fds.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-03-20 07:50:53 +10:30
..
gossip_wire.csv lightningd/gossip: don't hand client fd until release. 2017-03-20 07:50:53 +10:30
gossip.c lightningd/gossip: don't hand client fd until release. 2017-03-20 07:50:53 +10:30
Makefile lightningd/gossip: convert to subd. 2017-03-11 07:19:40 +10:30