Commit ea89bf17 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

increase Announce rcv timeout to 20 - workaround for the WRS

It's done to prevent PPSi leaving Slave state on the WRS when high load of
background traffic is present. It's just a temporary workaround. In the future
the HDL of the switch has to be fixed so that PPSi frames have higher priority
than the normal traffic and are not dropped when WRS is overloaded.
parent 81278bd1
......@@ -30,7 +30,7 @@
#define PP_DEFAULT_DELAYREQ_INTERVAL 0
#define PP_DEFAULT_SYNC_INTERVAL 0 /* -7 in 802.1AS */
#define PP_DEFAULT_SYNC_RECEIPT_TIMEOUT 3
#define PP_DEFAULT_ANNOUNCE_RECEIPT_TIMEOUT 6 /* 3 by default */
#define PP_DEFAULT_ANNOUNCE_RECEIPT_TIMEOUT 20 /* 3 by default */
/* Clock classes (pag 55, PTP-2008). See ppsi-manual for an explanation */
#define PP_CLASS_SLAVE_ONLY 255
......
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