mirror of https://github.com/BOINC/boinc.git
svn path=/trunk/boinc/; revision=12669
This commit is contained in:
parent
616bde6793
commit
73230372e7
|
@ -141,6 +141,10 @@ void CNetworkConnection::Poll() {
|
||||||
// a host value of NULL is special cased as binding to the localhost and
|
// 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
|
// if we are connecting to the localhost we need to retry the connection
|
||||||
// for awhile so that the users can respond to firewall prompts.
|
// 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)) {
|
if (IsComputerNameLocal(strComputer)) {
|
||||||
retval = m_pDocument->rpc.init_asynch(NULL, 60.0, true);
|
retval = m_pDocument->rpc.init_asynch(NULL, 60.0, true);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue