mirror of
https://gitlab.com/chrony/chrony.git
synced 2026-01-20 21:00:20 -05:00
conf: add dscp directive
The directive sets the DSCP value in transmitted NTP packets, which can be useful in local networks where switches/routers are configured to prioritise packets with specific DSCP values.
This commit is contained in:
1
conf.h
1
conf.h
@@ -83,6 +83,7 @@ extern char *CNF_GetBindNtpInterface(void);
|
||||
extern char *CNF_GetBindAcquisitionInterface(void);
|
||||
extern char *CNF_GetBindCommandInterface(void);
|
||||
extern char *CNF_GetBindCommandPath(void);
|
||||
extern int CNF_GetNtpDscp(void);
|
||||
extern char *CNF_GetNtpSigndSocket(void);
|
||||
extern char *CNF_GetPidFile(void);
|
||||
extern REF_LeapMode CNF_GetLeapSecMode(void);
|
||||
|
||||
Reference in New Issue
Block a user