cnp3 icon indicating copy to clipboard operation
cnp3 copied to clipboard

Congestion control

Open fthuin opened this issue 11 years ago • 0 comments

http://cnp3book.info.ucl.ac.be/2nd/html/protocols/congestion.html

A TCP connection cannot send data faster than \frac{window}{rtt} where window is the maximum between the host’s sending window and the window advertised by the receiver.

Shouldn't it be the "minimum" ?

fthuin avatar Dec 24 '14 11:12 fthuin