core-lightning/lightningd/channel
Rusty Russell 9ec804341c channeld: fix intermittant failure on reading init msg from master.
As tracked down by Christian; by setting up the master conn first,
we make the master fd async.  This means that the synchronous read
(in init_channel) can fail with -EAGAIN, and indeed, Christian
saw this when not running under valgrind.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-07-03 19:43:34 +09:30
..
channel_wire.csv channeld: Pass through the agreed feerate_per_kw to channeld 2017-06-30 19:55:17 +09:30
channel.c channeld: fix intermittant failure on reading init msg from master. 2017-07-03 19:43:34 +09:30
Makefile channel: unwrap and send incoming HTLCs to master. 2017-04-01 23:59:46 +10:30