新TAP测试(TODO 解析arp)
This commit is contained in:
parent
1a3c9baba1
commit
3c5bad2f67
|
@ -95,7 +95,7 @@ func (cli *RPCClient) run() {
|
|||
defer stream.CloseSend()
|
||||
|
||||
var ticker = time.NewTicker(time.Millisecond * 20)
|
||||
var frames [][]byte
|
||||
|
||||
buf := bytes.NewBuffer(nil)
|
||||
|
||||
for {
|
||||
|
@ -105,8 +105,8 @@ func (cli *RPCClient) run() {
|
|||
}
|
||||
buf.Reset()
|
||||
cli.Lock(func() bool {
|
||||
Compress(buf, frames)
|
||||
frames = frames[:0]
|
||||
Compress(buf, cli.Frames)
|
||||
cli.Frames = cli.Frames[:0]
|
||||
return true
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user