Skip to content

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

Open
kaskales wants to merge 1 commit into
obonaventure:masterfrom
kaskales:snd_duplicate
Open

TCP reliable data transfer duplicated "snd.nxt" and grammar fix#258
kaskales wants to merge 1 commit into
obonaventure:masterfrom
kaskales:snd_duplicate

Conversation

@kaskales

@kaskales kaskales commented Aug 5, 2019

Copy link
Copy Markdown
Contributor

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

@obonaventure obonaventure left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the sentence is correct because you use snd.nxt as the sequence number of the TCP segment. The second part of the sentence indicates that the snd.nxt value is incremented by the length of the payload. Maybe we should split the sentence in two parts to make it clearer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants