mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-05 21:17:53 +00:00
- rm var $timeout
git-svn-id: http://phpseclib.svn.sourceforge.net/svnroot/phpseclib/trunk@71 21d32557-59b3-4da0-833f-c5933fad653e
This commit is contained in:
parent
99c0e29fdf
commit
0d69655512
@ -60,7 +60,7 @@
|
||||
* @author Jim Wigginton <terrafrost@php.net>
|
||||
* @copyright MMVII Jim Wigginton
|
||||
* @license http://www.gnu.org/licenses/lgpl.txt
|
||||
* @version $Id: SSH2.php,v 1.31 2009-12-14 18:14:54 terrafrost Exp $
|
||||
* @version $Id: SSH2.php,v 1.32 2009-12-14 18:17:36 terrafrost Exp $
|
||||
* @link http://phpseclib.sourceforge.net
|
||||
*/
|
||||
|
||||
@ -517,15 +517,6 @@ class Net_SSH2 {
|
||||
*/
|
||||
var $message_log = array();
|
||||
|
||||
/**
|
||||
* Timeout Value
|
||||
*
|
||||
* @see Net_SSH2::interactiveRead()
|
||||
* @var Integer
|
||||
* @access private
|
||||
*/
|
||||
var $timeout = 400000; // ie. 0.1 seconds
|
||||
|
||||
/**
|
||||
* Default Constructor.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user