From bd8c71835f00d11cd2215da0e6ff5420916a3b34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=80=9D=E6=95=8F?= Date: Fri, 26 Aug 2022 10:19:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tap.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tap.go b/tap.go index ca8c66e..40e27ca 100644 --- a/tap.go +++ b/tap.go @@ -83,6 +83,7 @@ func (cli *RPCClient) run() { enc := gob.NewEncoder(zenc) cliBuffer := <-cli.FrameChan + log.Printf("%v", cliBuffer) enc.Encode(cliBuffer.BytesArray) // 发到对面的网卡