core-lightning/connectd
Rusty Russell 3d3d2ef9af gossipd: remove connectd functionality, enable connectd.
This patch guts gossipd of all peer-related functionality, and hands
all the peer-related requests to channeld instead.

gossipd now gets the final announcable addresses in its init msg, since
it doesn't handle socket binding any more.

lightningd now actually starts connectd, and activates it.  The init
messages for both gossipd and connectd still contain redundant fields
which need cleaning up.

There are shims to handle the fact that connectd's wire messages are
still (mostly) gossipd messages.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-25 02:13:52 +00:00
..
connect.c gossipd: remove connectd functionality, enable connectd. 2018-07-25 02:13:52 +00:00
connect.h connectd: new daemon to handle connections. 2018-07-25 02:13:52 +00:00
connect_gossip_wire.csv connectd: new daemon to handle connections. 2018-07-25 02:13:52 +00:00
connect_wire.csv connectd: do socket binding during initial setup. 2018-07-25 02:13:52 +00:00
Makefile connectd: new daemon to handle connections. 2018-07-25 02:13:52 +00:00