The time source is a single byte code that gives an idea of the kind of local clock in use. The value is purely informational, having no effect on the outcome of the Best Master Clock algorithm, and is advertised when the clock becomes grand master. ...
NAME ptp4l - PTP Boundary/Ordinary/Transparent Clock SYNOPSIS ptp4l[-AEP246HSLmqsv] [-fconfig] [-pphc-device] [-lprint-level] [-iinterface] [long-options]... DESCRIPTION ptp4lis an implementation of the Precision Time Protocol (PTP) according to IEEE standard 1588 for Linux. It imple...
Product Solutions Open Source Pricing Search or jump to... Sign in Sign up Ray-Von-Mice / ptp4l_proj Public Notifications Fork 2 Star 0 Code Issues Pull requests Actions Projects Security Insights Files master configs .gitignore CODING_STYLE.org COPYING README.md README.org ...
c->tds.timeSource = c->time_source; } static void clock_update_slave(struct clock *c) { struct parentDS *pds = &c->dad.pds; struct ptp_message *msg; if (!c->best) return; msg = TAILQ_FIRST(&c->best->messages); c->cur.stepsRemoved = 1 + c->best->dataset.stepsRemoved; ...