You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the initial_rtt variable can be removed, since it is only ever assigned the kDefaultInitialRtt default, so it can be replaced by that constant in the pseudo code for SetLossDetectionAlarm.
There are two places where alarm_duration is left-shifted in the pseudo code for SetLossDetectionAlarm. That operation assumes an integer representation of alarm_duration; suggest to replace that with multiplication.
The text was updated successfully, but these errors were encountered:
A few things:
I think the
initial_rtt
variable can be removed, since it is only ever assigned thekDefaultInitialRtt
default, so it can be replaced by that constant in the pseudo code forSetLossDetectionAlarm
.There are two places where
alarm_duration
is left-shifted in the pseudo code forSetLossDetectionAlarm
. That operation assumes an integer representation of alarm_duration; suggest to replace that with multiplication.The text was updated successfully, but these errors were encountered: