Skip to content

Commit

Permalink
65 chars
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Jul 14, 2018
1 parent c32e591 commit be54deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,7 @@ Pseudocode for SetLossDetectionAlarm follows:

~~~
SetLossDetectionAlarm():
// Don't arm the alarm if there are no retransmittable packets
// Don't arm alarm if there are no retransmittable packets
// in flight.
if (bytes_in_flight == 0):
loss_detection_alarm.cancel()
Expand Down

0 comments on commit be54deb

Please sign in to comment.