headers['Man'] = '"ssdp:discover"'; $this->headers['MX'] = max(0,$this->max_wait); } public function setMaxWait($seconds) { $this->max_wait = $seconds; } public function setSearchType($search_type) { $this->headers['ST'] = $search_type; } }