Commit 33d1359e authored by Aurelio Colosimo's avatar Aurelio Colosimo

Decrease PP_DEFAULT_DELAYREQ_INTERVAL

A shorter interval between delay req messages leads to a faster
synchronization. This parameter was increased in the past because of some
stability issues, but at present it can be changed back to the
same value as ptp-noposix.
Signed-off-by: Aurelio Colosimo's avatarAurelio Colosimo <aurelio@aureliocolosimo.it>
parent 4e4aedc7
......@@ -19,7 +19,7 @@
#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 3 /* 3 is ok */
#define PP_DEFAULT_DELAYREQ_INTERVAL 0
#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