This patch borns from my requirements and it permits to have a
configurable portNumber.
Signed-off-by: Luigi Mantellini
---
clock.c | 12 +++-
config.c | 1 +
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/clock.c b/clock.c
index d584748..cdde645 100644
--- a/clock.c
+
In my setup I have ports with different sync frequency. Making
step_window at port level I can configure a fine grained TS propagation
time on each port.
Signed-off-by: Luigi Mantellini
---
clock.c| 8
clock.h| 5 +++--
config.c | 2 +-
port.c | 8 +++-