Retransmit Request (200) | Type | Length | Offset | Description |
---|---|---|---|---|
BeginSeqNum | int64 | 8 | 10 | Sequence number of first requested message |
ReqMessageCount | uint8 | 1 | 18 | Number of requested messages |
Retransmit Reject (202) | Type | Length | Offset | Description |
---|---|---|---|---|
RetryDelayNanos | int64 | 8 | 10 | Minimum time to wait in nanoseconds before sending another retransmit request |
Details | char40 | 40 | 18 | Retransmit reject reason in text |
Reason | uint8 | 1 | 58 | 1 - Sequence too low 2 - Sequence too high 3 - Rate limit exceeded 4 - Other error |