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
1527 $this->last_packet = microtime(true);
3561 $this->last_packet = null;
3581 $elapsed = microtime(true) - $this->last_packet;
3811 …' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($packet->read_t…
3814 $this->last_packet = microtime(true);
4515 …' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start,…
4518 $this->last_packet = microtime(true);
4539 $elapsed = microtime(true) - $this->last_packet;