style: fix typos

Thanks, codespell!
This commit is contained in:
Lars Kruse
2025-04-29 04:29:56 +02:00
committed by Xiang Xiao
parent 543d7c87bc
commit b333ad3ab5
171 changed files with 394 additions and 394 deletions
+1 -1
View File
@@ -40,7 +40,7 @@ properties include:
cancellation points and specific in the fact that it is
prohibited for any OS operation other than those listed in the
specification to generate cancellation points. If internal OS
logic were to re-use application OS interfaces directly then it
logic were to reuse application OS interfaces directly then it
could very easily violate this POSIX requirement by incorrectly
generating cancellation points on inappropriate OS operations
and could result in very difficult to analyze application
+1 -1
View File
@@ -23,7 +23,7 @@ Using the cwnd, together with snd_wnd, controls the number of bytes sent to the
+ If yes, increase the dupack counts. If the dupack exceeds the Fast Retransmission Threshold 3, after retransmitting the lost segments (Fast Retransmission), enter to the Fast Recovery state.
+ If no, receive the new ack.
* If the current ackno is bigger than fr_ack which is the snd_seq when Fast Retransmission ocurrs, exit the Fast Recovery state and enter to congestion avoidance.
* If the current ackno is bigger than fr_ack which is the snd_seq when Fast Retransmission occurs, exit the Fast Recovery state and enter to congestion avoidance.
* If the cwnd is less than ssthresh, increase the cwnd on slow start state.
* If the cwnd is greater than or equal to ssthresh, the increased cwnd can not exceed max_cwnd.