svn path=/trunk/boinc/; revision=12669

This commit is contained in:
Rom Walton 2007-05-15 16:38:06 +00:00
parent 616bde6793
commit 73230372e7
1 changed files with 4 additions and 0 deletions

View File

@ -141,6 +141,10 @@ void CNetworkConnection::Poll() {
// a host value of NULL is special cased as binding to the localhost and
// if we are connecting to the localhost we need to retry the connection
// for awhile so that the users can respond to firewall prompts.
//
// use a timeout of 60 seconds so that slow machines do not get a
// timeout event right after boot-up.
//
if (IsComputerNameLocal(strComputer)) {
retval = m_pDocument->rpc.init_asynch(NULL, 60.0, true);
} else {