libktorrent
2.2.0
|
#include <remotewindow.h>
Public Member Functions | |
virtual bt::Uint32 | currentTimeout () const =0 |
Get the current timeout. | |
virtual void | retransmit (PacketBuffer &packet, bt::Uint16 p_seq_nr)=0 |
Retransmit a packet. | |
virtual void | updateRTT (const Header *hdr, bt::Uint32 packet_rtt, bt::Uint32 packet_size)=0 |
Update the RTT time. | |
The Retransmitter provides is an interface class to retransmit packets
Definition at line 69 of file remotewindow.h.