sing-quic/tuic/protocol.go
2023-09-12 21:08:46 +08:00

15 lines
181 B
Go

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