barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

com.barchart.udt
Class CCC

java.lang.Object
  extended by 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()
           
 
Method Summary
 void close()
           
protected  MonitorUDT getPerfInfo()
           
 void init()
           
 void onACK(int ack)
           
 void onLoss(int[] lossList)
           
 void onTimeout()
           
protected  void setACKInterval(int pktINT)
           
protected  void setACKTimer(int msINT)
           
protected  void setCWndSize(double cWndSize)
           
protected  void setPacketSndPeriod(double sndPeriod)
           
protected  void setRTO(int usRTO)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CCC

public CCC()
Method Detail

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()

barchart-udt-core
2.3.0-SNAPSHOT / 2013-05-13T01:37:38.485-0500

Copyright © 2009-2013 Barchart, Inc.. All Rights Reserved.