Remove some debugging code

This commit is contained in:
Keith Winstein
2011-08-10 00:03:48 -04:00
parent 6a56487587
commit 4a90f6a0ef
3 changed files with 9 additions and 7 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 110; }
int get_MTU( void ) { return MTU; }
int port( void );
string get_key( void ) { return key.printable_key(); }