com.barchart.udt
Class CCC
java.lang.Object
com.barchart.udt.CCC
- Direct Known Subclasses:
- UDPBlast
public class CCC
- extends Object
A wrapper around the base UDT congestion control class
- Author:
- CCob
- See Also:
- reference,
tutorial,
FactoryUDT,
FactoryInterfaceUDT
|
Constructor Summary |
CCC()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CCC
public CCC()
setACKTimer
protected void setACKTimer(int msINT)
setACKInterval
protected void setACKInterval(int pktINT)
setRTO
protected void setRTO(int usRTO)
setPacketSndPeriod
protected void setPacketSndPeriod(double sndPeriod)
setCWndSize
protected void setCWndSize(double cWndSize)
getPerfInfo
protected MonitorUDT getPerfInfo()
init
public void init()
close
public void close()
onACK
public void onACK(int ack)
onLoss
public void onLoss(int[] lossList)
onTimeout
public void onTimeout()
Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.