cln/connectd
Rusty Russell 79e609468a connectd: don't complain if lightningd is unresponsive while doing dev-memleak.
We had a flake of form:

```
2025-11-18T04:42:23.489Z **BROKEN** 022d223620a359a47ff7f7ac447c85c46c923da53389221a0054c11c1e3ca31d59-connectd: wake delay for WIRE_CHANNEL_REESTABLISH: 6789msec
```

Which happened as we're shutting down.  Some investigation revealed
the cause: `dev-memleak` can be extremely slow.  Fair enough.

So we change `dev-memleak` to call connectd first, and connectd uses
that as a trigger to stop complaining about delays.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2025-11-19 14:29:08 +10:30
..
test global: replace randombytes_buf() with randbytes() wrapper. 2025-11-13 21:21:29 +10:30
connectd.c connectd: don't complain if lightningd is unresponsive while doing dev-memleak. 2025-11-19 14:29:08 +10:30
connectd.h connectd: don't complain if lightningd is unresponsive while doing dev-memleak. 2025-11-19 14:29:08 +10:30
connectd_gossipd_wire.csv global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
connectd_wire.csv connected: tell lightningd if we didn't find an address we could even *try* to connect to. 2025-11-12 13:58:43 +10:30
gossip_rcvd_filter.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
gossip_rcvd_filter.h channeld: take over gossip_rcvd_filter.c and is_msg_gossip_broadcast. 2022-06-17 14:14:02 +09:30
gossip_store.c global: remove unnecessary includes from headers. 2025-10-23 06:44:04 +10:30
gossip_store.h gossipd: remove spam handling. 2024-02-04 09:24:44 +10:30
handshake.c global: replace randombytes_buf() with randbytes() wrapper. 2025-11-13 21:21:29 +10:30
handshake.h connectd: at disconnected, tell lightningd how long we were connected. 2025-11-12 13:58:43 +10:30
Makefile Makefile: create a library containing common, wire and bitcoin objects. 2025-10-23 06:44:04 +10:30
multiplex.c connectd: don't complain if lightningd is unresponsive while doing dev-memleak. 2025-11-19 14:29:08 +10:30
multiplex.h connectd: simplify logic, and add a "reconnected" message. 2025-10-01 12:12:56 +09:30
netaddress.c common: remove websocket type from wireaddr. 2023-06-01 09:28:39 +09:30
netaddress.h cleanup: remove unneeded includes in header files. 2021-09-17 09:43:22 +09:30
onion_message.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
onion_message.h lightningd: add routine to directly inject an onion message. 2024-07-10 13:34:00 +02:00
peer_exchange_initmsg.c connectd: at disconnected, tell lightningd how long we were connected. 2025-11-12 13:58:43 +10:30
peer_exchange_initmsg.h connectd: at disconnected, tell lightningd how long we were connected. 2025-11-12 13:58:43 +10:30
queries.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30
queries.h connectd: tie gossip query responses into ratelimiting code. 2024-07-10 12:21:19 +09:30
sha1.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
sha1.h lightning_websocketd: simple proxy for websockets. 2021-10-22 11:56:30 +02:00
tor.c check: make sure all files outside contrib/ include "config.h" first. 2021-12-06 10:05:39 +10:30
tor.h connectd: rename 'struct reaching' to 'struct connecting'. 2018-09-28 04:14:28 +00:00
tor_autoservice.c ccan: update to get improved grab_file API, and adapt code. 2025-10-26 12:37:58 +10:30
tor_autoservice.h connectd: remove enable-autotor-v2-mode option 2022-05-18 10:15:36 +09:30
websocketd.c global: remove unnecessary includes from C files. 2025-10-23 06:44:04 +10:30