You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3.7 KiB
3.7 KiB
1 | # These are fatal. |
---|---|
2 | # Misc problems like opening control fd. |
3 | #include <common/cryptomsg.h> |
4 | # Initialize the gossip daemon |
5 | # Tell it to release a peer which has initialized. |
6 | # This releases the peer and returns the cryptostate (followed two fds: peer and gossip) |
7 | # This is if we couldn't find the peer. |
8 | # This is where we save a peer's features. |
9 | # Peer can send non-gossip packet (usually an open_channel) (followed two fds: peer and gossip) |
10 | # Pass JSON-RPC getnodes call through |
11 | #include <lightningd/gossip_msg.h> |
12 | # Pass JSON-RPC getroute call through |
13 | # Ping/pong test. |
14 | # arbitrary gossip messages. |
15 | # Get a gossip fd for this peer (it has reconnected) |
16 | # Does it want a full dump of gossip? |
17 | # + fd. |
18 | # Failure (can't make new socket) |