Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php132 const CHANNEL_KEEP_ALIVE = 5; define in phpseclib3\\Net\\SSH2
3329 $this->window_size_server_to_client[self::CHANNEL_KEEP_ALIVE] = $this->window_size;
3335 self::CHANNEL_KEEP_ALIVE,
3336 $this->window_size_server_to_client[self::CHANNEL_KEEP_ALIVE],
3343 $this->channel_status[self::CHANNEL_KEEP_ALIVE] = NET_SSH2_MSG_CHANNEL_OPEN;
3345 $response = $this->get_channel_packet(self::CHANNEL_KEEP_ALIVE);
3350 $this->close_channel(self::CHANNEL_KEEP_ALIVE);