Add bandwidth stats support

This commit is contained in:
Vladimir Stoilov
2024-01-29 22:23:54 +02:00
parent e308543f4f
commit 7babfb13ab
6 changed files with 185 additions and 75 deletions

View File

@@ -4,6 +4,7 @@
package windowskext
import (
"fmt"
"sync"
"github.com/tevino/abool"
@@ -42,7 +43,7 @@ func (pkt *Packet) ExpectInfo() bool {
// GetPayload returns the full raw packet.
func (pkt *Packet) LoadPacketData() error {
return nil
return fmt.Errorf("Not implemented")
}
// Accept accepts the packet.