On Fri, Jun 17, 2022 at 09:43:23AM -0700, Dave Fish wrote:
> What determines if a connection is in the S2 state?

        /**
         * The servo is not yet ready to track the master clock.
         */
s0      SERVO_UNLOCKED,

        /**
         * The is ready to track and requests a clock jump to
         * immediately correct the estimated offset.
         */
s1      SERVO_JUMP,

        /**
         * The servo is tracking the master clock.
         */
s2      SERVO_LOCKED,

        /**
         * The Servo has stabilized. The last 'servo_num_offset_values' values
         * of the estimated threshold are less than servo_offset_threshold.
         */
s3      SERVO_LOCKED_STABLE,


HTH,
Richard


_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to