Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php831 private $last_packet;
1339 $this->last_packet = microtime(true);
3743 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
3745 $this->last_packet = $current;
4403 ' (since last: ' . round($current - $this->last_packet, 4) . ', network: ' . round($stop - $start, 4) . 's)';
4405 $this->last_packet = $current;
778 var $last_packet; global() variable in phpseclib\\Net\\SSH2