Send ACKs when timestamp pending

This commit is contained in:
Keith Winstein
2011-08-10 02:05:49 -04:00
parent db2fa133cf
commit b2ea532f14
3 changed files with 10 additions and 7 deletions
+1
View File
@@ -95,6 +95,7 @@ namespace Network {
bool get_attached( void ) { return attached; }
int timeout( void ) { return (int)lrint( ceil( SRTT + 4 * RTTVAR ) ); }
bool pending_timestamp( void ) { return ( saved_timestamp != uint64_t(-1) ); }
};
}