Ver código fonte

fix frame meta

Darien Raymond 8 anos atrás
pai
commit
9df5ac6e4f
1 arquivos alterados com 1 adições e 1 exclusões
  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
 }