Fix bug in retransmission logic (improves performance on lossy links)
This commit is contained in:
@@ -92,6 +92,8 @@ namespace Network {
|
||||
PRNG prng;
|
||||
const string make_chaff( void );
|
||||
|
||||
uint64_t mindelay_clock; /* time of first pending change to current state */
|
||||
|
||||
public:
|
||||
/* constructor */
|
||||
TransportSender( Connection *s_connection, MyState &initial_state );
|
||||
|
||||
Reference in New Issue
Block a user