Skip to content

Commit 48b4fed

Browse files
Address post merge PR comments on MRP transmit analytics (#37846)
--------- Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
1 parent 5756300 commit 48b4fed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/messaging/ReliableMessageAnalyticsDelegate.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,8 @@ class ReliableMessageAnalyticsDelegate
6868
// this value will be 0.
6969
uint32_t messageCounter = 0;
7070
// If the eventType is kRetransmission, this value will be populated with the number of the
71-
// retransmission attempt
71+
// retransmission attempt. A value of 1 indicates the first retransmission (i.e. the second
72+
// transmission of the message). This value should never be 0.
7273
std::optional<uint8_t> retransmissionCount;
7374
};
7475

0 commit comments

Comments
 (0)