Add example for getting bandwidth stats

This commit is contained in:
Vladimir Stoilov
2023-06-30 16:56:39 +03:00
parent 95716dbb47
commit 83479acc95
8 changed files with 154 additions and 41 deletions

View File

@@ -28,6 +28,9 @@ func start(ch chan packet.Packet) error {
go windowskext.Handler(ch)
// Example worker for the bandwidth data stats. Not ment for production.
// windowskext.StartBandwidthWorker()
return nil
}