Home
last modified time | relevance | path

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

/template/kajukkk/
H A DSnoopy.class.php75 var $read_timeout = 0; // timeout on read operations, in seconds variable in Snoopy
840 if ($this->read_timeout > 0)
841 socket_set_timeout($fp, $this->read_timeout);
851 if ($this->read_timeout > 0 && $this->_check_timeout($fp))
901 if ($this->read_timeout > 0 && $this->_check_timeout($fp))
1004 if($this->read_timeout > 0)
1005 $cmdline_params .= " -m ".$this->read_timeout;
1103 if ($this->read_timeout > 0) {