Skip to content

Commit 69b9265

Browse files
authored
Update README.md
1 parent c99afbb commit 69b9265

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ Firstly, there must be a way to track the congestion control period, where if th
771771
772772
Slow Start is a network traffic control technique that prevents a connection from overloading a network with too much data at once. To achieve that, the connection shall start at a very small speed then increase its speed to the maximum until it finds the network's maximum limit. (However, its not slow at all, because it keeps increasing the packets that is allowed to be sent every time an ack is received). There must be a slow start threshold(which will later be used for retransmission or if a packet was not received by the other side), which will then be used to determine whether it's currently the slow start phase or not, by checking if:
773773
774-
CWND <= SlowStartThreshold || SlowStartThreshold is unset
774+
CWND <= SlowStartThreshold or SlowStartThreshold is unset
775775
776776
If its currently the slow start phase then the CWND shall be recomputed as:
777777

0 commit comments

Comments
 (0)