Skip to content

Commit

Permalink
[Java] Count under runs for heartbeats.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Dec 11, 2023
1 parent d8937c4 commit ccd4a26
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@ int insertPacket(
hwmPosition.proposeMaxOrdered(proposedPosition);
heartbeatsReceived.incrementOrdered();
}
else
{
flowControlUnderRuns.incrementOrdered();
}
}
else if (!isFlowControlUnderRun(packetPosition))
{
Expand Down

0 comments on commit ccd4a26

Please sign in to comment.