Measure actual echo timeout instead of network timeout to first hop

This commit is contained in:
Keith Winstein
2011-10-13 05:14:19 -04:00
parent 1f23219047
commit 460d4303c2
4 changed files with 50 additions and 14 deletions
-2
View File
@@ -77,8 +77,6 @@ namespace Network {
int fd( void ) { return connection.fd(); }
void set_verbose( void ) { sender.set_verbose(); verbose = true; }
uint64_t timeout( void ) { return connection.timeout(); }
};
}