Quellcode durchsuchen

reduce memory consumption of frame meta

Darien Raymond vor 8 Jahren
Ursprung
Commit
aa5e06a26e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 {