This commit is contained in:
黄思敏 2022-08-29 10:46:57 +08:00
parent 03eb17436a
commit 3abe3ca260

View File

@ -104,7 +104,7 @@ func (cli *RPCClient) run() {
// log.Println(err) // log.Println(err)
// } // }
log.Printf("send to target bytes: %d", len(buf.Bytes())) log.Printf("send to target %s bytes: %d", waterutil.IPv4Destination(buf.Bytes()), len(buf.Bytes()))
// 发到对面的网卡 // 发到对面的网卡
err = stream.Send(&gen.Request{ err = stream.Send(&gen.Request{
Frames: buf.Bytes(), Frames: buf.Bytes(),