improve stats reporting
now again use three messages to transmit stats (much more efficient than sending single values, also more acurate).
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
.equ NETMSG_CMD_PING = 10
|
||||
.equ NETMSG_CMD_PONG = 11
|
||||
.equ NETMSG_CMD_SENDSTATS = 20
|
||||
.equ NETMSG_CMD_RECVSTATS = 21
|
||||
.equ NETMSG_CMD_SENDSTATS = 22
|
||||
.equ NETMSG_CMD_RECVSTATS = 23
|
||||
.equ NETMSG_CMD_TWIBUSMEMBER = 30
|
||||
.equ NETMSG_CMD_DEBUG = 40
|
||||
|
||||
|
||||
Reference in New Issue
Block a user