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
@@ -89,7 +89,7 @@ namespace Network {
Connection();
Connection( const char *key_str, const char *ip, int port );
void send( string &s, bool send_timestamp = true );
void send( string s, bool send_timestamp = true );
string recv( void );
int fd( void ) { return sock; }
int get_MTU( void ) { return MTU; }