Correct path MTU discovery

This commit is contained in:
Keith Winstein
2011-08-03 21:35:48 -04:00
parent 7ea81ca237
commit b84599f263
2 changed files with 12 additions and 6 deletions
+1 -1
View File
@@ -78,7 +78,7 @@ namespace Network {
Connection( bool s_server );
void client_connect( const char *ip, int port );
void send( Outgoing &s );
bool send( Outgoing &s );
Incoming recv( void );
int fd( void ) { return sock; }
int port( void );