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

srtt computation correction #272

Open gregbo opened 2 years ago

gregbo commented 2 years ago

In the section of the TCP page that begins with "The original TCP specification proposed [...]", the smoothed round-trip-time is given as:

srrt=(\alpha \times srtt)+( (1-\alpha) \times rtt)

Please correct it to:

srtt=(\alpha \times srtt)+( (1-\alpha) \times rtt)

obonaventure commented 2 years ago

Please see the third edition on https://github.com/cnp3/ebook