()
| 60 | return m[initiationHeaderLen+32 : initiationHeaderLen+32+48] |
| 61 | } |
| 62 | func (m *initiationMessage) Tag() []byte { return m[initiationHeaderLen+32+48:] } |
| 63 | |
| 64 | // responseMessage is the protocol message sent from a control server |
| 65 | // to a client machine. |