reduce fast retx threshold to 2

This commit is contained in:
zzz
2009-01-08 20:41:50 +00:00
parent 7b758d89d0
commit ed34964747

View File

@@ -990,10 +990,10 @@ public class Connection {
/** /**
* If we have been explicitly NACKed three times, retransmit the packet even if * 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 * Coordinate the resends of a given packet