From ed349647470b8f0acdcf458b4b6ee336914b1a40 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 8 Jan 2009 20:41:50 +0000 Subject: [PATCH] reduce fast retx threshold to 2 --- .../java/src/net/i2p/client/streaming/Connection.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/streaming/java/src/net/i2p/client/streaming/Connection.java b/apps/streaming/java/src/net/i2p/client/streaming/Connection.java index e23ecb3df..73e7253ac 100644 --- a/apps/streaming/java/src/net/i2p/client/streaming/Connection.java +++ b/apps/streaming/java/src/net/i2p/client/streaming/Connection.java @@ -990,10 +990,10 @@ public class Connection { /** * If we have been explicitly NACKed three times, retransmit the packet even if - * there are other packets in flight. + * there are other packets in flight. 3 takes forever, let's try 2. * */ - static final int FAST_RETRANSMIT_THRESHOLD = 3; + static final int FAST_RETRANSMIT_THRESHOLD = 2; /** * Coordinate the resends of a given packet