Files
lightning/lightningd
Rusty Russell f7a890ca35 lightningd: add slow_reconnect flag for transient failure.
We normally reconnect after 1 second: have a flag to say wait for
60.  This will be used in the next patch which handles "soft" errors.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>


Header from folded patch 'channel_fail_transient_slowretry.patch':

fixup! lightningd: add slow_reconnect flag for transient failure.

@ZmnSCPxj points out that function is unsafe, since omitting the bool
parameter still compiled.  Make it two separate functions, each
with a distinctive name so every caller has to be fixed.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-07-26 03:53:03 +00:00
..
2017-10-20 18:31:32 +02:00
2019-01-29 04:50:01 +00:00
2019-07-22 16:38:32 -05:00
2019-06-07 01:23:51 +00:00
2019-06-30 16:41:30 +09:30
2019-07-22 16:38:32 -05:00
2019-06-30 16:41:30 +09:30
2019-05-31 18:36:38 +02:00