mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 03:05:40 +08:00
style: fix typos
Thanks, codespell!
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user