fixed type casting issue with NormSenderNode::backoff_factor

pull/77/head
bebopagogo 2022-09-11 14:29:58 -04:00
parent d00ebc22d2
commit e9658ab837
1 changed files with 1 additions and 1 deletions

View File

@ -3157,7 +3157,7 @@ bool NormSession::InsertRemoteSender(NormSenderNode &sender)
cmd.SetDestination(sender.GetAddress());
cmd.SetInstanceId(sender.GetInstanceId());
cmd.SetGrtt(sender.GetGrttQuantized());
cmd.SetBackoffFactor((UINT8)sender.GetBackoffFactor());
cmd.SetBackoffFactor((UINT8)sender.GetBackoffFactor()); // TBD - should we clean up this backoff factor casting
cmd.SetGroupSize(sender.GetGroupSizeQuantized());
cmd.SetCCSequence(sender.GetCCSequence());
// Adjust send time for any current hold time