cnp3 icon indicating copy to clipboard operation
cnp3 copied to clipboard

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

Open kaskales opened this issue 5 years ago • 0 comments

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

kaskales avatar Aug 05 '19 14:08 kaskales