Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php848 private $last_packet = null; variable in phpseclib3\\Net\\SSH2
1521 $this->last_packet = microtime(true);
3532 $this->last_packet = null;
3552 $elapsed = microtime(true) - $this->last_packet;
3782 …' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($packet->read_t…
3785 $this->last_packet = microtime(true);
4448 …' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start,…
4451 $this->last_packet = microtime(true);
4472 $elapsed = microtime(true) - $this->last_packet;