Dynamic prediction timeout

This commit is contained in:
Keith Winstein
2011-10-13 04:39:56 -04:00
parent daf7d44684
commit 0d34dfaa60
4 changed files with 42 additions and 8 deletions
+2
View File
@@ -77,6 +77,8 @@ namespace Network {
int fd( void ) { return connection.fd(); }
void set_verbose( void ) { sender.set_verbose(); verbose = true; }
uint64_t timeout( void ) { return connection.timeout(); }
};
}