mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 10:47:11 +02:00
remove header for commented stats
This commit is contained in:
parent
ffa2070a46
commit
5c2348cf0d
1 changed files with 0 additions and 1 deletions
|
@ -51,7 +51,6 @@ const QStringList CLIENT_STATS_TABLE_HEADERS {
|
||||||
|
|
||||||
const QStringList SERVER_STATS_TABLE_HEADERS {
|
const QStringList SERVER_STATS_TABLE_HEADERS {
|
||||||
"Receive Rate (P/s)", "Bandwidth (P/s)", "RTT(ms)", "CW (P)",
|
"Receive Rate (P/s)", "Bandwidth (P/s)", "RTT(ms)", "CW (P)",
|
||||||
//"Total Bytes", "Util Bytes", "Ratio (%)",
|
|
||||||
"Sent ACK", "Sent LACK", "Sent NAK", "Sent TNAK",
|
"Sent ACK", "Sent LACK", "Sent NAK", "Sent TNAK",
|
||||||
"Recieved ACK2", "Duplicate Packets"
|
"Recieved ACK2", "Duplicate Packets"
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue