Selaa lähdekoodia

reduce memory consumption of frame meta

Darien Raymond 8 vuotta sitten
vanhempi
commit
aa5e06a26e
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {