1
0
mirror of https://github.com/facebookincubator/mvfst.git synced 2025-11-22 16:02:34 +03:00

Back out "Fix typos discovered by codespell"

Summary:
Original commit changeset: 337824bc37bc

Original Phabricator Diff: D47722462

Reviewed By: jbeshay, terrelln, lnicco

Differential Revision: D47801753

fbshipit-source-id: 795ffcccbc2223608e2a707ec2e5bcc7dd974eb3
This commit is contained in:
Konstantin Tsoy
2023-07-26 12:49:13 -07:00
committed by Facebook GitHub Bot
parent 99be4f6788
commit 73edee8252
63 changed files with 95 additions and 97 deletions

View File

@@ -181,7 +181,7 @@ void updateAckSendStateOnSentPacketWithAcks(
// When we send an ack we're most likely going to ack the largest received
// packet, so reset the counters for numRxPacketsRecvd and
// numNonRxPacketsRecvd. Since our ack threshold is quite small, we make the
// critical assumption here that that all the needed acks can fit into one
// critical assumtion here that that all the needed acks can fit into one
// packet if needed. If this is not the case, then some packets may not get
// acked as a result and the receiver might retransmit them.
ackState.numRxPacketsRecvd = 0;