bamboo.dht.fssim
Class EcnBitClient

java.lang.Object
  extended by bamboo.util.RandomUtil
      extended by bamboo.dht.fssim.EcnBitClient

public class EcnBitClient
extends RandomUtil


Field Summary
protected  long next_new_put
           
 
Constructor Summary
EcnBitClient(int client, long period, int size, int ttl_sec, long start, long stop_time, long seed)
           
 
Method Summary
 
Methods inherited from class bamboo.util.RandomUtil
random_exponential, random_gaussian
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

next_new_put

protected long next_new_put
Constructor Detail

EcnBitClient

public EcnBitClient(int client,
                    long period,
                    int size,
                    int ttl_sec,
                    long start,
                    long stop_time,
                    long seed)