Switch to 64-bit fragment ID, fragmenting in separate function

This commit is contained in:
Keith Winstein
2011-09-13 00:55:18 -04:00
parent 62daa19f28
commit a24443638b
6 changed files with 83 additions and 52 deletions
+1 -1
View File
@@ -169,7 +169,7 @@ void Connection::update_MTU( void )
}
}
void Connection::send( string &s, bool send_timestamp )
void Connection::send( string s, bool send_timestamp )
{
assert( attached );