mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-02-04 12:58:28 +00:00
CS adjustments
This commit is contained in:
parent
feb12c8df0
commit
7aa66fd376
@ -965,7 +965,7 @@ class SSH2
|
||||
|
||||
/**
|
||||
* Bytes Transferred Since Last Key Exchange
|
||||
*
|
||||
*
|
||||
* Includes outbound and inbound totals
|
||||
*
|
||||
* @var int
|
||||
@ -974,14 +974,14 @@ class SSH2
|
||||
|
||||
/**
|
||||
* After how many transferred byte should phpseclib initiate a key re-exchange?
|
||||
*
|
||||
*
|
||||
* @var int
|
||||
*/
|
||||
private $doKeyReexchangeAfterXBytes = 256 * 1024;
|
||||
|
||||
/**
|
||||
* Has a key re-exchange been initialized?
|
||||
*
|
||||
*
|
||||
* @var bool
|
||||
* @access private
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user