obonaventure / cnp3

Computer Networking : Principles, Protocols and Practice (first and second edition, third edition is being written on https://github.com/cnp3/ebook)
https://www.computer-networking.info
508 stars 91 forks source link

Congestion control #148

Open fthuin opened 9 years ago

fthuin commented 9 years ago

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" ?