1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-12-15 02:17:04 +01:00

Merge branch '3.0'

This commit is contained in:
terrafrost 2020-12-30 05:25:11 -06:00
commit ac2770e359

View File

@ -2552,7 +2552,7 @@ class SSH2
* *
* Sends an SSH2_MSG_IGNORE message every x seconds, if x is a positive non-zero number. * Sends an SSH2_MSG_IGNORE message every x seconds, if x is a positive non-zero number.
* *
* @param mixed $timeout * @param int $interval
* @access public * @access public
*/ */
function setKeepAlive($interval) function setKeepAlive($interval)