Uses of Package
udt

Packages that use udt
udt   
udt.cc   
udt.packets   
udt.util   
 

Classes in udt used by udt
CongestionControl
          congestion control interface
UDPEndPoint
          the UDPEndpoint takes care of sending and receiving UDP network packets, dispatching them to the correct UDTSession
UDTInputStream.AppData
          used for storing application data and the associated sequence number in the queue in ascending order
UDTPacket
           
UDTReceiver
          receiver part of a UDT entity
UDTSender
          sender part of a UDT entity
UDTSession
           
UDTSocket
          UDTSocket is analogous to a normal java.net.Socket, it provides input and output streams for the application TODO is it possible to actually extend java.net.Socket ?
 

Classes in udt used by udt.cc
CongestionControl
          congestion control interface
UDTCongestionControl
          default UDT congestion control.
The algorithm is adapted from the C++ reference implementation.
UDTSession
           
 

Classes in udt used by udt.packets
UDTPacket
           
UDTSession
           
 

Classes in udt used by udt.util
UDPEndPoint
          the UDPEndpoint takes care of sending and receiving UDP network packets, dispatching them to the correct UDTSession
UDTSocket
          UDTSocket is analogous to a normal java.net.Socket, it provides input and output streams for the application TODO is it possible to actually extend java.net.Socket ?
 



Copyright © 2013 LittleShoot. All Rights Reserved.