Merge branch '2.0' into 3.0

This commit is contained in:
terrafrost 2024-11-28 17:18:34 -06:00
commit 8eb3c09bfd

View File

@ -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;
}
} }