forked from I2P_Developers/i2p.i2p
Streaming: Reduce min RTT again
This commit is contained in:
@@ -85,7 +85,7 @@ class Connection {
|
||||
private long _lifetimeDupMessageReceived;
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user