MPISqNodeConfigPacketError
Definition
typedef struct MPISqNodeConfigPacketError { long faultLimit; /* 1 - 255 */ long failLimit; /* 1 - 255 */ } MPISqNodeConfigPacketError;
Description
MPISqNodeConfigPacketError specifies the limit conditions for SynqNet node packet rate errors.
faultLimit | Packet error rate limit to generate a fault. When the faultLimit is reached, the node will attempt to recover by switching the port used for data transmission. Valid range is 1 to 255. The default value is 12, which allows for a normal packet rate. The value saturates at 255. |
---|---|
failLimit | Packet error rate limit to generate a failure. When the failLimit is reached, the node will drop to the SYNQ_LOST state and disable its outputs. Valid range is 1 to 255. The default value is 12, which allows for a normal packet rate. The value saturates at 255. |