mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-25 03:16:02 +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;
|
||||
}
|
||||
|
||||
/**
|
||||
* How many bytes until the next key re-exchange?
|
||||
*/
|
||||
function bytesUntilKeyReexchange($bytes)
|
||||
{
|
||||
$this->doKeyReexchangeAfterXBytes = $bytes;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user