Add BPS viewMode

This commit is contained in:
2025-08-05 05:32:38 +02:00
parent 8b6c7c7bc8
commit 7ea25e917f
6 changed files with 17 additions and 3 deletions

View File

@@ -91,6 +91,7 @@ public:
int getLastPacket();
void gettotal(u_int64_t *recvd, u_int64_t *sent);
void getbps(float *recvd, float *sent);
void getkbps(float *recvd, float *sent);
void getmbps(float *recvd, float *sent);
void getgbps(float *recvd, float *sent);