mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-10 19:13:12 +00:00
16 lines
181 B
Go
16 lines
181 B
Go
package tuic
|
|
|
|
const (
|
|
Version = 5
|
|
)
|
|
|
|
const (
|
|
CommandAuthenticate = iota
|
|
CommandConnect
|
|
CommandPacket
|
|
CommandDissociate
|
|
CommandHeartbeat
|
|
)
|
|
|
|
const AuthenticateLen = 2 + 16 + 32
|