Browse Source
These messages may be exchanged between the master and any daemon. For now these are just the daemons that a peer may be attached to at any time since the first example of this is the custommsg infrastructure.travis-debug
Christian Decker
5 years ago
6 changed files with 79 additions and 2 deletions
@ -0,0 +1,10 @@ |
|||
# A custom message that we got from a peer and don't know how to handle, so we |
|||
# forward it to the master for further handling. |
|||
msgtype,custommsg_in,1030 |
|||
msgdata,custommsg_in,msg_len,u16, |
|||
msgdata,custommsg_in,msg,u8,msg_len |
|||
|
|||
# A custom message that the master tells us to send to the peer. |
|||
msgtype,custommsg_out,1031 |
|||
msgdata,custommsg_out,msg_len,u16, |
|||
msgdata,custommsg_out,msg,u8,msg_len |
Loading…
Reference in new issue