This commit is contained in:
H1JK
2023-02-24 10:03:01 +08:00
parent fc58f80cc8
commit 11e0bbebf4
3 changed files with 49 additions and 31 deletions

View File

@@ -13,7 +13,7 @@ import (
)
const (
paddingHeaderLen = uuid.Size + 1 + 2 + 2 // =21
paddingHeaderLen = 1 + 2 + 2 // =5
commandPaddingContinue byte = 0x00
commandPaddingEnd byte = 0x01