mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced 2026-02-16 02:30:52 +00:00
Save RTT in VIDEO_STATS so it can be logged on disconnect
This commit is contained in:
@@ -19,6 +19,8 @@ typedef struct _VIDEO_STATS {
|
||||
uint32_t totalDecodeTime;
|
||||
uint32_t totalPacerTime;
|
||||
uint32_t totalRenderTime;
|
||||
uint32_t lastRtt;
|
||||
uint32_t lastRttVariance;
|
||||
float totalFps;
|
||||
float receivedFps;
|
||||
float decodedFps;
|
||||
|
||||
Reference in New Issue
Block a user