Skip to content

Commit

Permalink
Merge pull request #620 from NordicSemiconductor/bugfix/lowertranspor…
Browse files Browse the repository at this point in the history
…tlayer

Bugfix: Change multicast retransmissions ot unicast retransmissions
  • Loading branch information
philips77 authored Sep 7, 2024
2 parents 2672168 + 8fc326e commit d92a98d
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 d92a98d

Please sign in to comment.