more work on pairing

This commit is contained in:
Dwight
2008-09-04 18:24:03 -04:00
parent 5deec92469
commit 5f9d52a2f5
6 changed files with 27 additions and 12 deletions

View File

@@ -112,7 +112,7 @@ bool MessagingPort::connect(SockAddr& _far)
return false;
}
if( ::connect(sock, (sockaddr *) &farEnd.sa, farEnd.addressSize) ) {
log() << "connect(): failed errno:" << errno << ' ' << farEnd.getPort() << endl;
// log() << "connect(): failed errno:" << errno << ' ' << farEnd.getPort() << endl;
closesocket(sock); sock = -1;
return false;
}