NTAP / rfc8312bis Public
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
epoch_start #100
Comments
|
@markkukojo, from the draft,
So, it is when the sender enters the congestion avoidance first. |
|
Markku, OK to close with no action? |
|
@markkukojo, could you please let us know? |
|
No word from @markkukojo, closing this. @markkukojo, please reopen if you disagree. |
|
I made this note to myself in the early phase of reading the draft and it looks like that I was not very clear what seemed to be the problem. The definition of epoch_start in its brevity seems fine. However, now I see that it was more of its relation to cwnd_start what confused me and in particular what the draft says in Sec 4.2: The latter sentence starting "For example, ..." is confusing and unnecessary. It kind of hints that cwnd_start would have the same value immediately after a congestion event and in the beginning of the congestion avoidance stage that follows. This is true when a TCP sender receives ECE, for example. I have noticed that some people think that cwnd would also have the same value in the beginning of loss recovery (i.e., after 3 DupAcks triggered Fast Retransmit) and after Fast Recovery completes (i.e., when a TCP sender enters congestion avoidance). Maybe it is because this true for TCP Reno loss recovery. However, it often is not the true with NewReno (RFC 6582) and SACK-based loss recovery (RFC 6675). I'd suggest deleting the sentence: "For example, right after a congestion event, cwnd_start is equal to the new cwnd calculated as described in Section 4.6." because it is unnecessary and more misleading than clarifying. |
|
ok, IIUC, this is unrelated to the original issue which talk about proper definition of epoch_start. I can create a PR to delete this line. |
|
Closing this one in favor of #119. |
|
Sorry, thought #119 was an issue, but it's a PR. |
Markku Kojo said:
The text was updated successfully, but these errors were encountered: