Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkardous-silabs committed Oct 11, 2023
1 parent 56c85f6 commit 8f6ad0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/messaging/ReliableMessageContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -172,10 +172,10 @@ class ReliableMessageContext
/// When set, ignore session being released, because we are releasing it ourselves.
kFlagIgnoreSessionRelease = (1u << 9),

// This flag is used to determine if the peer (receiver) should be active or not
// This flag is used to determine if the peer (receiver) should be considered active or not.
// When set, sender knows it has received at least one application-level message
// from the peer and can assume the peer (receiver) is active
// If the flag is not set, we don't know if the peer (receiver) is active or not
// from the peer and can assume the peer (receiver) is active.
// If the flag is not set, we don't know if the peer (receiver) is active or not.
kFlagReceivedAtLeastOneMessage = (1u << 10),

/// When set:
Expand Down

0 comments on commit 8f6ad0f

Please sign in to comment.