Add minstratum option

Stratum in received packets is raised to the configured minimum.
This commit is contained in:
Benny Lyne Amorsen
2010-08-24 18:37:38 +02:00
committed by Miroslav Lichvar
parent fe4b661fe7
commit c8fe69c956
7 changed files with 35 additions and 1 deletions

View File

@@ -38,6 +38,7 @@ typedef struct {
int auto_offline;
int presend_minpoll;
int iburst;
int min_stratum;
unsigned long authkey;
double max_delay;
double max_delay_ratio;