Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php785 private $keepAlive;
2806 $this->keepAlive = $interval;
3514 if ($this->keepAlive <= 0) {
3517 if (!static::stream_select($read, $write, $except, $this->keepAlive)) {
3530 if ($this->keepAlive > 0 && $this->keepAlive < $this->curTimeout) {
3531 if (!static::stream_select($read, $write, $except, $this->keepAlive)) {
727 var $keepAlive; global() variable in phpseclib\\Net\\SSH2