MEISqNodeConfigPacketError
Definition
|
typedef struct MEISqNodeConfigPacketError {
long faultLimit; /* 1 - 255 */
long failLimit; /* 1 - 255 */
} MEISqNodeConfigPacketError;
|
Description
MEISqNodeConfigPacketError 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. |
|
See Also
meiSqNodeConfigGet | meiSqNodeConfigSet
|