Prevent endless cascade of RTT acks

This commit is contained in:
Keith Winstein
2011-08-10 02:17:04 -04:00
parent b2ea532f14
commit 3d5942b3d4
3 changed files with 11 additions and 5 deletions
+1 -1
View File
@@ -85,7 +85,7 @@ namespace Network {
Connection();
Connection( const char *key_str, const char *ip, int port );
void send( string &s );
void send( string &s, bool send_timestamp = true );
string recv( void );
int fd( void ) { return sock; }
int get_MTU( void ) { return MTU; }