Home
last modified time | relevance | path

Searched refs:doKeyReexchangeAfterXBytes (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSSH2.php1136 private $doKeyReexchangeAfterXBytes = 1024 * 1024 * 1024; variable in phpseclib3\\Net\\SSH2
3787 if ($this->bytesTransferredSinceLastKEX > $this->doKeyReexchangeAfterXBytes) {
4461 if ($this->bytesTransferredSinceLastKEX > $this->doKeyReexchangeAfterXBytes) {
5575 $this->doKeyReexchangeAfterXBytes = $bytes;