More debuggin

This commit is contained in:
Keith Winstein
2011-08-09 23:49:06 -04:00
parent bd729ffa22
commit 6a56487587
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ namespace Network {
void send( string &s );
string recv( void );
int fd( void ) { return sock; }
int get_MTU( void ) { return MTU; }
int get_MTU( void ) { return 110; }
int port( void );
string get_key( void ) { return key.printable_key(); }