mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2025-07-20 11:33:06 +00:00
Use the entry's queue time rather than calling currentTimeMillis() again
This commit is contained in:
parent
ac6120adc4
commit
f004ae6a41
@ -63,7 +63,7 @@ public class RtpReorderQueue {
|
||||
entry.sequenceNumber = seq;
|
||||
|
||||
if (oldestQueuedTime == Long.MAX_VALUE) {
|
||||
oldestQueuedTime = System.currentTimeMillis();
|
||||
oldestQueuedTime = entry.queueTime;
|
||||
}
|
||||
|
||||
if (head) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user