Streaming: Reduce min RTT again

This commit is contained in:
zzz
2015-03-18 17:50:40 +00:00
parent 163c172823
commit cb4359cd0a

View File

@@ -85,7 +85,7 @@ class Connection {
private long _lifetimeDupMessageReceived; private long _lifetimeDupMessageReceived;
public static final long MAX_RESEND_DELAY = 45*1000; public static final long MAX_RESEND_DELAY = 45*1000;
public static final long MIN_RESEND_DELAY = 1000; public static final long MIN_RESEND_DELAY = 750;
/** /**
* Wait up to 5 minutes after disconnection so we can ack/close packets. * Wait up to 5 minutes after disconnection so we can ack/close packets.