瀏覽代碼

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
 }