Switch to 64-bit fragment ID, fragmenting in separate function
This commit is contained in:
+1
-1
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user