mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-04 02:28:06 +01: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>
|
* @author Jim Wigginton <terrafrost@php.net>
|
||||||
* @copyright MMVII Jim Wigginton
|
* @copyright MMVII Jim Wigginton
|
||||||
* @license http://www.gnu.org/licenses/lgpl.txt
|
* @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
|
* @link http://phpseclib.sourceforge.net
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@ -517,15 +517,6 @@ class Net_SSH2 {
|
|||||||
*/
|
*/
|
||||||
var $message_log = array();
|
var $message_log = array();
|
||||||
|
|
||||||
/**
|
|
||||||
* Timeout Value
|
|
||||||
*
|
|
||||||
* @see Net_SSH2::interactiveRead()
|
|
||||||
* @var Integer
|
|
||||||
* @access private
|
|
||||||
*/
|
|
||||||
var $timeout = 400000; // ie. 0.1 seconds
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Default Constructor.
|
* Default Constructor.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user