File
Doc
Category
Size
Date
Package
TestPingSourceRandom.java
API Doc
Azureus 3.0.3.4
1465
Wed Aug 08 09:41:18 BST 2007
com.aelitis.azureus.core.speedmanager.impl
TestPingSourceRandom
java.lang.Object
TestPingSourceImpl
public class TestPingSourceRandom extends TestPingSourceImpl
Fields Summary
private Random
random
Constructors Summary
protected TestPingSourceRandom
(
SpeedManagerAlgorithmProviderAdapter
adapter)
super( adapter );
Methods Summary
protected void
updateSources
(
testSource[]
sources)
for (int i=0;i<sources.length;i++){ sources[i].setRTT( random.nextInt( 500 )); }
Java Code Source