mirror of
https://github.com/phpseclib/phpseclib.git
synced 2025-01-27 00:58:25 +00:00
SSH2: add bytesUntilKeyReexchange() method
This commit is contained in:
parent
88fd8e00b2
commit
57435e2401
@ -5663,4 +5663,12 @@ class Net_SSH2
|
||||
{
|
||||
$this->smartMFA = false;
|
||||
}
|
||||
|
||||
/**
|
||||
* How many bytes until the next key re-exchange?
|
||||
*/
|
||||
function bytesUntilKeyReexchange($bytes)
|
||||
{
|
||||
$this->doKeyReexchangeAfterXBytes = $bytes;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user