mirror of
https://github.com/moonlight-stream/moonlight-android.git
synced 2026-02-16 10:31:07 +00:00
Increase the propensity for generating a loss warning
This commit is contained in:
@@ -44,8 +44,8 @@ public class ControlStream implements ConnectionStatusListener {
|
||||
private InetAddress host;
|
||||
private Config config;
|
||||
|
||||
public static final int LOSS_PERIOD_MS = 5000;
|
||||
public static final int MAX_LOSS_COUNT_IN_PERIOD = 5;
|
||||
public static final int LOSS_PERIOD_MS = 15000;
|
||||
public static final int MAX_LOSS_COUNT_IN_PERIOD = 3;
|
||||
public static final int MAX_SLOW_SINK_COUNT = 3;
|
||||
public static final int MESSAGE_DELAY_FACTOR = 5;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user