X-Git-Url: https://git.r.bdr.sh/rbdr/mobius/blobdiff_plain/a2ef262a164fc735b9b8471ac0c8001eea2b9bf6..4fa4a57c4352f703958c3c5cb8dcd2b56cb35882:/hotline/client.go diff --git a/hotline/client.go b/hotline/client.go index 2389ee5..e75f77b 100644 --- a/hotline/client.go +++ b/hotline/client.go @@ -119,8 +119,8 @@ var ServerHandshake = []byte{ } func (c *Client) Handshake() error { - // Protocol ID 4 ‘TRTP’ 0x54 52 54 50 - // Sub-protocol ID 4 User defined + // Protocol Type 4 ‘TRTP’ 0x54 52 54 50 + // Sub-protocol Type 4 User defined // Version 2 1 Currently 1 // Sub-version 2 User defined if _, err := c.Connection.Write(ClientHandshake); err != nil {