}
calledName = address.firstCalledName();
do {
try {
socket = new NbtSocket( naddr, calledName, port, localAddr, localPort );
break;
} catch( NbtException ne ) {
if( ne.errorClass == NbtException.ERR_SSN_SRVC &&
( ne.errorCode == NbtException.CALLED_NOT_PRESENT ||
ne.errorCode == NbtException.NOT_LISTENING_CALLED )) {