Adjust refclock filter parameters

Drop only about 40 percent of samples, change default length to 64,
require at least 4 samples between polls (or full filter for lengths
below 4).
This commit is contained in:
Miroslav Lichvar
2010-02-24 12:02:53 +01:00
parent 7fb0598b50
commit fc1514db04
3 changed files with 50 additions and 17 deletions

2
conf.c
View File

@@ -448,7 +448,7 @@ parse_refclock(const char *line)
poll = 4;
dpoll = 0;
filter_length = 15;
filter_length = 64;
pps_rate = 0;
offset = 0.0;
delay = 1e-9;