From f2f479db5200a1b73c88330f253fabc3c6768e5e Mon Sep 17 00:00:00 2001 From: Andreas Monzner Date: Wed, 10 Sep 2008 08:44:21 +0000 Subject: [PATCH] use 4 seconds for pat and pmt timeout instead of 20 seconds --- lib/dvb/specs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dvb/specs.h b/lib/dvb/specs.h index 6f30c7b2..c53a23b5 100644 --- a/lib/dvb/specs.h +++ b/lib/dvb/specs.h @@ -19,7 +19,7 @@ public: m_spec.pid = pid; m_spec.tid = ProgramMapSection::TID; m_spec.tidext = sid; - m_spec.timeout = 20000; // ProgramMapSection::TIMEOUT; + m_spec.timeout = 4000; // ProgramMapSection::TIMEOUT; m_spec.flags = eDVBTableSpec::tfAnyVersion | eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfHaveTIDExt | eDVBTableSpec::tfCheckCRC | eDVBTableSpec::tfHaveTimeout; @@ -112,7 +112,7 @@ public: { m_spec.pid = ProgramAssociationSection::PID; m_spec.tid = ProgramAssociationSection::TID; - m_spec.timeout = 20000; // ProgramAssociationSection::TIMEOUT; + m_spec.timeout = 4000; // ProgramAssociationSection::TIMEOUT; m_spec.flags = eDVBTableSpec::tfAnyVersion | eDVBTableSpec::tfHaveTID | eDVBTableSpec::tfCheckCRC | eDVBTableSpec::tfHaveTimeout; -- 2.30.2