mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-06 01:11:46 +00:00
parent
02753b3c2c
commit
002eb6f649
@ -66,6 +66,7 @@ void Timer::Connection::_update_real_time()
|
|||||||
if (new_latency_us < latency_us) {
|
if (new_latency_us < latency_us) {
|
||||||
us = new_us;
|
us = new_us;
|
||||||
ts = new_ts;
|
ts = new_ts;
|
||||||
|
latency_us = new_latency_us;
|
||||||
|
|
||||||
/* take the results if the latency fulfills the given maximum */
|
/* take the results if the latency fulfills the given maximum */
|
||||||
if (latency_us < MAX_REMOTE_TIME_LATENCY_US) {
|
if (latency_us < MAX_REMOTE_TIME_LATENCY_US) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user