mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-06-17 06:35:07 +03:00
Update types.go
Add new typeSession for two layers encrypted traffic
This commit is contained in:
parent
42d4298e19
commit
5519e38dee
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const (
|
||||||
typeSessionDummy = iota // nolint:deadcode,varcheck
|
typeSessionDummy = iota // nolint:deadcode,varcheck
|
||||||
typeSessionTraffic
|
typeSessionTraffic
|
||||||
typeSessionProto
|
typeSessionProto
|
||||||
|
typeSessionEncTraffic
|
||||||
)
|
)
|
||||||
|
|
||||||
// Protocol packet types
|
// Protocol packet types
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue