-
Notifications
You must be signed in to change notification settings - Fork 205
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
loss_detection_timer.update in recovery #3969
Comments
|
The same as #3967. Let's close. Thanks. |
I understand why When I modify my code so that |
Does anyone have a proposal for a change here, or is this a close-with-no-action? |
It seems to me that people want the current simple pseudocode rather than complex code with corner cases removed. So, let's close this hoping that new programmers would refer to this issue when necessary. |
When a client is downloading a large contents from a server, the server sends
STREAM
repeatedly and the client sendsACK
repeatedly. In this situation,time_of_last_ack_eliciting_packet
is not updated in the client side. So,timeout - now()
inloss_detection_timer.update
can be a non-positive timeout value.It seems to me that it is unclear how
loss_detection_timer.update
should behave when timeout value is non-positive.The text was updated successfully, but these errors were encountered: