Subversion Repositories oidplus

Compare Revisions

Regard whitespace Rev 1113 → Rev 1114

/trunk/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php
2665,6 → 2665,16
}
 
/**
* Return the currently configured timeout
*
* @return int
*/
public function getTimeout()
{
return $this->timeout;
}
 
/**
* Set Timeout
*
* $ssh->exec('ping 127.0.0.1'); on a Linux host will never return and will run indefinitely. setTimeout() makes it so it'll timeout.