mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
Merge branch '2.0' into 3.0
This commit is contained in:
commit
8eb3c09bfd
@ -5545,4 +5545,12 @@ class SSH2
|
|||||||
{
|
{
|
||||||
$this->smartMFA = false;
|
$this->smartMFA = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* How many bytes until the next key re-exchange?
|
||||||
|
*/
|
||||||
|
function bytesUntilKeyReexchange($bytes)
|
||||||
|
{
|
||||||
|
$this->doKeyReexchangeAfterXBytes = $bytes;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user