From a1358deda2e2966255204ff7ebbc2a38848376bb Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Sat, 31 Jan 2015 15:16:42 +0000 Subject: [PATCH] private method --- .../java/src/net/i2p/client/streaming/impl/Connection.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/streaming/java/src/net/i2p/client/streaming/impl/Connection.java b/apps/streaming/java/src/net/i2p/client/streaming/impl/Connection.java index 58f4d5e00b..f7baa45c17 100644 --- a/apps/streaming/java/src/net/i2p/client/streaming/impl/Connection.java +++ b/apps/streaming/java/src/net/i2p/client/streaming/impl/Connection.java @@ -978,7 +978,7 @@ class Connection { public int getLastCongestionSeenAt() { return _lastCongestionSeenAt; } - void congestionOccurred() { + private void congestionOccurred() { // if we hit congestion and e.g. 5 packets are resent, // dont set the size to (winSize >> 4). only set the if (_ackSinceCongestion.compareAndSet(true,false)) { -- GitLab