mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-12 18:01:09 +00:00
Merge branch '1.0' into 2.0
This commit is contained in:
commit
6865afbede
@ -5655,4 +5655,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