Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Oct 15, 2020
1 parent 609e352 commit 09b3e0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions draft-ietf-quic-recovery.md
Expand Up @@ -1572,8 +1572,8 @@ DetectAndRemoveLostPackets(pn_space):
continue

// Mark packet as lost, or set time when it should be marked.
// Note: The use of kPacketThreshold here assumes that there were no
// sender-induced gaps in the packet number space.
// Note: The use of kPacketThreshold here assumes that there
// were no sender-induced gaps in the packet number space.
if (unacked.time_sent <= lost_send_time ||
largest_acked_packet[pn_space] >=
unacked.packet_number + kPacketThreshold):
Expand Down

0 comments on commit 09b3e0a

Please sign in to comment.