We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac84610 commit 99bb4e6Copy full SHA for 99bb4e6
src/messaging/ReliableMessageAnalyticsDelegate.h
@@ -68,7 +68,7 @@ class ReliableMessageAnalyticsDelegate
68
// this value will be 0.
69
uint32_t messageCounter = 0;
70
// If the eventType is kRetransmission, this value will be populated with the number of the
71
- // retransmission attempt. A value of 1 indicates the first retransmission. This value should never
+ // retransmission attempt. A value of 1 indicates the first retransmission (i.e. the second transmission of the message). This value should never
72
// be 0.
73
std::optional<uint8_t> retransmissionCount;
74
};
0 commit comments