Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
janaiyengar committed Dec 16, 2018
1 parent e3b8bf3 commit b87dad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-ietf-quic-recovery.md
Expand Up @@ -684,7 +684,7 @@ Pseudocode for OnAckReceived and UpdateRtt follow:
if (sent_packets[ack.largest_acked] &&
sent_packets[ack.largest_acked].ack_eliciting):
latest_rtt = now -
sent_packets[ack.largest_acked].time_sent
sent_packets[ack.largest_acked].time_sent
UpdateRtt(latest_rtt, ack.ack_delay)

// Find all newly acked packets in this ACK frame
Expand Down

0 comments on commit b87dad3

Please sign in to comment.