Skip to content

Commit

Permalink
Ian's review
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-seemann committed Mar 18, 2018
1 parent 41afebe commit 2a7f8aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -836,7 +836,6 @@ DetectLostPackets(largest_acked):
delta = largest_acked.packet_number - unacked.packet_number
if (time_since_sent > delay_until_lost ||
delta > reordering_threshold):
lost_packets.insert(unacked)
sent_packets.remove(unacked.packet_number)
if (!unacked.is_ack_only):
lost_packets.insert(unacked)
Expand Down

0 comments on commit 2a7f8aa

Please sign in to comment.