| Class | Description |
|---|---|
| Acknowledgement | |
| PacketAckHandler |
Handles the determining of which packets can be acked based on the received packets.
|
| PacketLossHandler |
Keeps tracks of sent packets and ensures that they will be resend when they are considered lost by the protocol.
|
| PacketSizeHandler |
This handler is responsible to reduce packet overhead on reliable/fast sockets by changing the amount of payload in DATA packets.
|
| SocketDelayHandler |
Handles the measuring of the 'delay' on received packets.
|
| SocketTimeoutHandler | |
| SocketWindowHandler |
Responsible for calculating the delay on the socket and adjust the window size to reach additional delay of
SocketWindowHandler.CCONTROL_TARGET on top of the normal
socket delay. |
| UtpMultiplexer | |
| UtpPeerConnectionAcceptor |
Accepts connection which have been detected as a new connection in
UtpMultiplexer |
| UtpSocket | |
| UtpSocketRegistry |
Copyright © 2017. All rights reserved.