mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-26 08:38:29 +00:00
CS adjustments
This commit is contained in:
parent
8eb3c09bfd
commit
c38fde1fe0
@ -5548,8 +5548,10 @@ class SSH2
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* How many bytes until the next key re-exchange?
|
* How many bytes until the next key re-exchange?
|
||||||
|
*
|
||||||
|
* @param int $bytes
|
||||||
*/
|
*/
|
||||||
function bytesUntilKeyReexchange($bytes)
|
public function bytesUntilKeyReexchange($bytes)
|
||||||
{
|
{
|
||||||
$this->doKeyReexchangeAfterXBytes = $bytes;
|
$this->doKeyReexchangeAfterXBytes = $bytes;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user