浏览代码

reduce memory consumption of frame meta

Darien Raymond 8 年之前
父节点
当前提交
aa5e06a26e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/proxyman/mux/frame.go

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

@@ -63,9 +63,9 @@ n bytes - address
 
 type FrameMetadata struct {
 	SessionID     uint16
-	SessionStatus SessionStatus
 	Target        net.Destination
 	Option        Option
+	SessionStatus SessionStatus
 }
 
 func (f FrameMetadata) AsSupplier() buf.Supplier {