include peer perspective in nullAEAD

ref #375
This commit is contained in:
Marten Seemann
2017-01-04 10:02:45 +07:00
parent c62fa83248
commit 3c223b22a2
8 changed files with 93 additions and 37 deletions

View File

@@ -13,6 +13,7 @@ type VersionNumber int
const (
Version35 VersionNumber = 35 + iota
Version36
Version37
VersionWhatever = 0 // for when the version doesn't matter
VersionUnsupported = -1
)