Skip to content

Commit

Permalink
[backoff] Clarify API documentation based on review.
Browse files Browse the repository at this point in the history
  • Loading branch information
turon committed Mar 30, 2022
1 parent a45a8b3 commit 868f716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/messaging/ReliableMessageMgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class ReliableMessageMgr
* Calculate the backoff timer for the retransmission.
*
* @param[in] backoffBase The base interval to use for the backoff calculation, either the active or idle interval.
* @param[in] sendCount Count of how many times this message has been sent, including the current attempt.
* @param[in] sendCount Count of how many times this message has been sent, including the current retransmission attempt starting from `0`.
*
* @retval The backoff time value, including jitter.
*/
Expand Down

0 comments on commit 868f716

Please sign in to comment.