support: add resync.ms option to node.driver

Move some of the tracking code for the DLL to where it is used.

Add resync.ms (default 10) option at which we give up rate adjusting
and instead do a hard resync. This results in a jump in the position
of the graph clock.
This commit is contained in:
Wim Taymans 2024-01-24 17:53:15 +01:00
parent 5f531e7fe6
commit c28311fc97
3 changed files with 25 additions and 9 deletions

View file

@ -39,6 +39,7 @@ context.objects = [
#clock.id = tai
clock.device = "/dev/ptp0"
#clock.interface = "eth0"
#resync.ms = 10
object.export = true
}
}