mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-03 07:51:13 +02:00
rename col for light ACKs
This commit is contained in:
parent
ffb5fcee7b
commit
4230d02184
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ const QCommandLineOption UNRELIABLE_PACKETS {
|
||||||
|
|
||||||
const QStringList STATS_TABLE_HEADERS {
|
const QStringList STATS_TABLE_HEADERS {
|
||||||
"Send Rate (P/s)", "RTT(ms)", "CW (P)", "Send Period (us)",
|
"Send Rate (P/s)", "RTT(ms)", "CW (P)", "Send Period (us)",
|
||||||
"Received ACK", "Received L-ACK", "Received NAK", "Received TNAK",
|
"Received ACK", "Received LACK", "Received NAK", "Received TNAK",
|
||||||
"Sent ACK2", "Re-sent Packets"
|
"Sent ACK2", "Re-sent Packets"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue