core-lightning/openingd
Rusty Russell 10e36e073c openingd: disconnect from peer when an error occurs.
openingd currently holds the connection to idle peers, but we're about
to change that: it will only look after peers which are actively
opening a connection.  We can start this process by disconnecting
whenever we have a negotiation failure.

We could stay connected if we wanted to, but that would be up to
connectd to decide.  Right now it's easier if we disconnect from any
idle peer once it's been active.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2022-03-23 13:20:12 +10:30
..
common.c hsmd: Add validate_commitment_tx 2022-03-20 13:06:16 +10:30
common.h hsmd: Add validate_commitment_tx 2022-03-20 13:06:16 +10:30
dualopend_wire.csv dualopend: restore memleak calls. 2022-03-10 09:40:09 +10:30
dualopend.c hsmd: Add validate_commitment_tx 2022-03-20 13:06:16 +10:30
Makefile connectd: do dev_disconnect logic. 2022-01-20 15:24:06 +10:30
openingd_wire.csv openingd: disconnect from peer when an error occurs. 2022-03-23 13:20:12 +10:30
openingd.c openingd: disconnect from peer when an error occurs. 2022-03-23 13:20:12 +10:30