Skip to content

Commit

Permalink
change multicast retransmissions ot unicast retransmissions
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrajaratnam committed Sep 5, 2024
1 parent 2672168 commit 8fc326e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ internal class LowerTransportLayer {
if pdu.destination.address.isUnicast {
remainingNumberOfUnicastRetransmissions[sequenceZero] = (
networkManager.networkParameters.sarUnicastRetransmissionsCount,
networkManager.networkParameters.sarMulticastRetransmissionsCount
networkManager.networkParameters.sarUnicastRetransmissionsWithoutProgressCount
)
} else {
remainingNumberOfMulticastRetransmissions[sequenceZero] =
Expand Down

0 comments on commit 8fc326e

Please sign in to comment.