Class SpeedManagerAlgorithmProviderV1.pingSource
- java.lang.Object
-
- com.biglybt.core.speedmanager.impl.v1.SpeedManagerAlgorithmProviderV1.pingSource
-
- Enclosing class:
- SpeedManagerAlgorithmProviderV1
protected static class SpeedManagerAlgorithmProviderV1.pingSource extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private int
bad_pings
private int
last_good_ping
private SpeedManagerPingSource
source
-
Constructor Summary
Constructors Modifier Constructor Description protected
pingSource(SpeedManagerPingSource _source)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
pingReceived(int time, boolean good_ping)
-
-
-
Field Detail
-
source
private final SpeedManagerPingSource source
-
last_good_ping
private int last_good_ping
-
bad_pings
private int bad_pings
-
-
Constructor Detail
-
pingSource
protected pingSource(SpeedManagerPingSource _source)
-
-