ソースを参照

fix frame meta

Darien Raymond 8 年 前
コミット
9df5ac6e4f
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/proxyman/mux/frame.go

+ 1 - 1
app/proxyman/mux/frame.go

@@ -62,8 +62,8 @@ n bytes - address
 */
 
 type FrameMetadata struct {
-	SessionID     uint16
 	Target        net.Destination
+	SessionID     uint16
 	Option        Option
 	SessionStatus SessionStatus
 }