فهرست منبع

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 {