Only server binds -- does this let us roam?

This commit is contained in:
Keith Winstein
2011-08-14 03:37:20 -04:00
parent 827d95f6fd
commit 386196451c
3 changed files with 12 additions and 10 deletions
+1
View File
@@ -207,6 +207,7 @@ void client( const char *ip, int port, const char *key )
}
} catch ( Network::NetworkException e ) {
fprintf( stderr, "%s: %s\r\n", e.function.c_str(), strerror( e.the_errno ) );
sleep( 1 );
}
}
}