mirror of https://github.com/v2ray/v2ray-core
fix frame meta
parent
aa5e06a26e
commit
9df5ac6e4f
|
@ -62,8 +62,8 @@ n bytes - address
|
||||||
*/
|
*/
|
||||||
|
|
||||||
type FrameMetadata struct {
|
type FrameMetadata struct {
|
||||||
SessionID uint16
|
|
||||||
Target net.Destination
|
Target net.Destination
|
||||||
|
SessionID uint16
|
||||||
Option Option
|
Option Option
|
||||||
SessionStatus SessionStatus
|
SessionStatus SessionStatus
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue