Fix bug in retransmission logic (improves performance on lossy links)

This commit is contained in:
Keith Winstein
2012-05-02 15:11:36 -04:00
parent 2ea3f3a347
commit ce47d1f769
2 changed files with 21 additions and 13 deletions
+2
View File
@@ -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 );