Rusty Russell
9820d0664b
connectd: handle IPv6 correctly.
...
Untested, but the current code is clearly wrong (caught by gcc-4.8 -O3).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-06-03 00:07:11 +00:00
Rusty Russell
4de2b362f5
connectd: rename 'struct reaching' to 'struct connecting'.
...
It reads better, and it's accurate: it only exists while we're trying to
connect to a peer.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-09-28 04:14:28 +00:00
Rusty Russell
0d46a3d6b0
Put the 'd' back in the daemons.
...
@renepickhardt: why is it actually lightningd.c with a d but hsm.c without d ?
And delete unused gossipd/gossip.h.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-09-03 05:01:40 +00:00
Rusty Russell
0d442b5ff2
gossipd: move files into connectd.
...
These source files are only used for peer-related things, so move them.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-07-25 02:13:52 +00:00