Merge branch 'main' into ipv6

This commit is contained in:
Kristoffer Dalby
2022-01-30 08:21:11 +00:00
committed by GitHub
10 changed files with 202 additions and 408 deletions

View File

@@ -25,8 +25,11 @@ const (
)
const (
Base8 = 8
Base10 = 10
BitSize16 = 16
BitSize32 = 32
BitSize64 = 64
portRangeBegin = 0
portRangeEnd = 65535
expectedTokenItems = 2