Go ahead and use a negative path delay estimate.

Signed-off-by: Richard Cochran <richardcochran@gmail.com>
master
Richard Cochran 2012-01-21 15:24:15 +01:00
parent 6d73cea86a
commit 43bd313eb1
1 changed files with 0 additions and 1 deletions

View File

@ -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);