oops, properly choke the congestion detection for resend
This commit is contained in:
@ -584,7 +584,7 @@ public class Connection {
|
|||||||
|
|
||||||
// shrink the window
|
// shrink the window
|
||||||
int newWindowSize = getOptions().getWindowSize();
|
int newWindowSize = getOptions().getWindowSize();
|
||||||
_lastCongestionSeenAt = newWindowSize;
|
congestionOccurred();
|
||||||
newWindowSize /= 2;
|
newWindowSize /= 2;
|
||||||
if (newWindowSize <= 0)
|
if (newWindowSize <= 0)
|
||||||
newWindowSize = 1;
|
newWindowSize = 1;
|
||||||
|
Reference in New Issue
Block a user