Merge pull request #2751 from lucas-clemente/encryption-level-uint8

use a uint8 for the EncryptionLevel
This commit is contained in:
Marten Seemann
2020-09-09 23:14:59 +07:00
committed by GitHub

View File

@@ -2,7 +2,7 @@ package protocol
// EncryptionLevel is the encryption level
// Default value is Unencrypted
type EncryptionLevel int
type EncryptionLevel uint8
const (
// EncryptionUnspecified is a not specified encryption level