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.
2.3 KiB
2.3 KiB
1 | #include <common/cryptomsg.h> |
---|---|
2 | #include <common/wireaddr.h> |
3 | #include <lightningd/gossip_msg.h> |
4 | # Do we listen? |
5 | # connectd->master: disconnect this peer please (due to reconnect). |
6 | # Master -> connectd: connect to a peer. |
7 | # Connectd->master: connect failed. |
8 | # Connectd -> master: we got a peer. Two fds: peer and gossip |
9 | # master -> connectd: peer has disconnected. |
10 | # master -> connectd: do you have a memleak? |