mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-06-16 22:25:08 +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
|
||||
typeSessionTraffic
|
||||
typeSessionProto
|
||||
typeSessionEncTraffic
|
||||
)
|
||||
|
||||
// Protocol packet types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue