Commit 315f56a6 authored by Aurelio Colosimo's avatar Aurelio Colosimo

include/ppsi/constants.h: set AI and DELAYREQ_INTERVAL as they were in ptpd-2.1.0

This tuning is not mandatory, but permits to have a more stable (though slower)
convergence. This is indeed the default setting which can be seen in original
ptpd daemon.
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent da552755
......@@ -16,10 +16,10 @@
#define PP_DEFAULT_ETHERNET_MODE 0
#define PP_DEFAULT_DOMAIN_NUMBER 0
#define PP_DEFAULT_AP 10
#define PP_DEFAULT_AI 120
#define PP_DEFAULT_AI 1000
#define PP_DEFAULT_DELAY_S 6
#define PP_DEFAULT_ANNOUNCE_INTERVAL 1 /* 0 in 802.1AS, 3 is ok */
#define PP_DEFAULT_DELAYREQ_INTERVAL 0 /* 3 is ok */
#define PP_DEFAULT_DELAYREQ_INTERVAL 3 /* 3 is ok */
#define PP_DEFAULT_SYNC_INTERVAL 0 /* -7 in 802.1AS, 1 is ok */
#define PP_DEFAULT_SYNC_RECEIPT_TIMEOUT 3
#define PP_DEFAULT_ANNOUNCE_RECEIPT_TIMEOUT 6 /* 3 by default, 3 is ok */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment