|
[
Permlink
| « Hide
]
Steve Cohen added a comment - 26/Jun/04 12:06 PM
reopen after 1.2.2 release
I don't think the bug is fixed in 2.0. The following code is from Revision 658518:
for (localPort = MAX_CLIENT_PORT; localPort >= MIN_CLIENT_PORT; --localPort) catch (BindException be) {
continue;
} if (localPort < MIN_CLIENT_PORT) connectAction(); To fix the bug the "catch (SocketException e)" has to be removed completely. |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||