github.com/inazumav/sing-box@v0.0.0-20230926072359-ab51429a14f1/transport/tuic/protocol.go (about) 1 package tuic 2 3 const ( 4 Version = 5 5 ) 6 7 const ( 8 CommandAuthenticate = iota 9 CommandConnect 10 CommandPacket 11 CommandDissociate 12 CommandHeartbeat 13 ) 14 15 const AuthenticateLen = 2 + 16 + 32