core-lightning/ccan/ccan/htable
Rusty Russell 25ddb80823 ccan: update to fix shutdown slowness after plugin load.
Dynamic plugins were keeping fds open; they should not have these
at all anyway, but worse, they interfere with operation because
we don't notice they're closed.

The symptom was that shutdown of the test_plugin_slowinit and
test_plugin_command was 30 seconds (10 seconds grace to kill each daemon).

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2019-08-15 02:22:01 +00:00
..
test ccan: update to fix shutdown slowness after plugin load. 2019-08-15 02:22:01 +00:00
tools ccan: update to get smaller htable implementation. 2019-04-09 12:37:16 -07:00
_info ccan: update to get new ccan/io which sets errno to 0 on EOF. 2018-10-19 00:53:00 +00:00
htable.c ccan: update to get smaller htable implementation. 2019-04-09 12:37:16 -07:00
htable.h ccan: update to fix shutdown slowness after plugin load. 2019-08-15 02:22:01 +00:00
htable_type.h ccan: update to fix shutdown slowness after plugin load. 2019-08-15 02:22:01 +00:00
LICENSE ccan: update. 2015-07-09 15:25:31 +09:30