From 43bd313eb147fbbb2ec7ecbdff8fcaa8368a305c Mon Sep 17 00:00:00 2001 From: Richard Cochran Date: Sat, 21 Jan 2012 15:24:15 +0100 Subject: [PATCH] Go ahead and use a negative path delay estimate. Signed-off-by: Richard Cochran --- clock.c | 1 - 1 file changed, 1 deletion(-) diff --git a/clock.c b/clock.c index 6e94dcb..5bdf711 100644 --- a/clock.c +++ b/clock.c @@ -363,7 +363,6 @@ void clock_path_delay(struct clock *c, struct timespec req, struct timestamp rx, pr_warning("c1 %10lld", c1); pr_warning("c2 %10lld", c2); pr_warning("c3 %10lld", c3); - return; } c->path_delay = mave_accumulate(c->avg_delay, pd);