Add bandwidth monitoring.

This commit is contained in:
Patrick Fairbank
2015-06-20 23:54:14 -07:00
parent 676d3b7787
commit 3e25f1334c
13 changed files with 157 additions and 28 deletions

View File

@@ -24,6 +24,7 @@ func main() {
listener, err := DsPacketListener()
checkErr(err)
go ListenForDsPackets(listener)
go MonitorBandwidth()
mainArena.Setup()
mainArena.Run()
}