新TAP测试(TODO 解析arp)

This commit is contained in:
黄思敏 2022-09-01 15:01:06 +08:00
parent 1ab1d1c6fc
commit 1a3c9baba1

View File

@ -106,6 +106,7 @@ func (cli *RPCClient) run() {
buf.Reset()
cli.Lock(func() bool {
Compress(buf, frames)
frames = frames[:0]
return true
})