sing-box/transport/tuic/protocol.go

16 lines
181 B
Go
Raw Normal View History

2023-07-23 06:42:19 +00:00
package tuic
const (
Version = 5
)
const (
CommandAuthenticate = iota
CommandConnect
CommandPacket
CommandDissociate
CommandHeartbeat
)
const AuthenticateLen = 2 + 16 + 32