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

TCP reliable data transfer duplicated "snd.nxt" and grammar fix #258

Open kaskales opened 5 years ago

kaskales commented 5 years ago

There was a duplicated "snd.nxt" variable with the incorrect conjugation of "is" which should be "are" since it's plural. I imagine one of the "snd.nxt" variables should be changed to "snd.wnd" since this segment is being sent and should be noted as such in the sending window as well.

TCP_snd_nxt