Use temporary socket for path MTU discovery

This commit is contained in:
Keith Winstein
2011-08-13 19:33:56 -04:00
parent f2f0cd574a
commit 3bac586a04
3 changed files with 18 additions and 12 deletions
+2 -1
View File
@@ -180,7 +180,8 @@ void client( const char *ip, int port, const char *key )
if ( (pollfds[ 0 ].revents | pollfds[ 1 ].revents)
& (POLLERR | POLLHUP | POLLNVAL) ) {
break;
perror( "poll" );
// break;
}
}
}