Clean out some bugs in sender

This commit is contained in:
Keith Winstein
2011-08-09 02:34:20 -04:00
parent cae526fceb
commit 188c44f5be
10 changed files with 142 additions and 46 deletions
+2 -1
View File
@@ -76,8 +76,9 @@ namespace Network {
void send( string &s );
string recv( void );
int fd( void ) { return sock; }
int port( void );
int get_MTU( void ) { return MTU; }
int port( void );
string get_key( void ) { return key.printable_key(); }
};
}