sing-box/transport/tuic/protocol.go
2023-08-20 13:31:40 +08:00

16 lines
181 B
Go

package tuic
const (
Version = 5
)
const (
CommandAuthenticate = iota
CommandConnect
CommandPacket
CommandDissociate
CommandHeartbeat
)
const AuthenticateLen = 2 + 16 + 32