I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit f6ff74af authored by jrandom's avatar jrandom Committed by zzz
Browse files

oops, properly choke the congestion detection for resend

parent 73a12d47
Branches
Tags
No related merge requests found
...@@ -584,7 +584,7 @@ public class Connection { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment