From aa5e06a26e80ec51fe3a638d546ecdce65f2e810 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Sat, 21 Oct 2017 19:27:53 +0200 Subject: [PATCH] reduce memory consumption of frame meta --- app/proxyman/mux/frame.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proxyman/mux/frame.go b/app/proxyman/mux/frame.go index 74cabda2..1f24dfbb 100644 --- a/app/proxyman/mux/frame.go +++ b/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 {