mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-03 16:35:06 -05:00
ntp: change minimum allowed poll to -7
Change the minimum poll allowed in configuration from -6 to -7. This matches some PTP profiles using 128 sync messages per second.
This commit is contained in:
@@ -267,7 +267,7 @@ static ARR_Instance broadcasts;
|
||||
#define MAX_MAXDELAYDEVRATIO 1.0e6
|
||||
|
||||
/* Minimum and maximum allowed poll interval */
|
||||
#define MIN_POLL -6
|
||||
#define MIN_POLL -7
|
||||
#define MAX_POLL 24
|
||||
|
||||
/* Enable sub-second polling intervals only when the peer delay is not
|
||||
|
||||
Reference in New Issue
Block a user