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