Add recv/send counters to xiaomi source
This commit is contained in:
@@ -164,6 +164,8 @@ func (p *Producer) Start() error {
|
||||
return err
|
||||
}
|
||||
|
||||
p.Recv += len(pkt.Payload)
|
||||
|
||||
// TODO: rewrite this
|
||||
var name string
|
||||
var pkt2 *core.Packet
|
||||
|
||||
Reference in New Issue
Block a user