Uses of Interface
udt.CongestionControl

Packages that use CongestionControl
udt   
udt.cc   
 

Uses of CongestionControl in udt
 

Classes in udt that implement CongestionControl
 class UDTCongestionControl
          default UDT congestion control.
The algorithm is adapted from the C++ reference implementation.
 

Fields in udt declared as CongestionControl
protected  CongestionControl UDTSession.cc
           
 

Methods in udt that return CongestionControl
 CongestionControl UDTSession.getCongestionControl()
           
 

Uses of CongestionControl in udt.cc
 

Classes in udt.cc that implement CongestionControl
 class SimpleTCP
          simple TCP CC algorithm from the paper "Optimizing UDP-based Protocol Implementations" by Y.
 



Copyright © 2013 LittleShoot. All Rights Reserved.