Searched refs:read_timeout (Results 1 – 1 of 1) sorted by relevance
75 var $read_timeout = 0; // timeout on read operations, in seconds variable in Snoopy840 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) {