mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-18 10:39:09 +03: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
|