Explorar el Código

fix frame meta

Darien Raymond hace 8 años
padre
commit
9df5ac6e4f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 }