mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
sectionsd: improve CN EIT timeout detection
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1253 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -7606,9 +7606,8 @@ static void *cnThread(void *)
|
|||||||
if(sectionsd_stop)
|
if(sectionsd_stop)
|
||||||
break;
|
break;
|
||||||
|
|
||||||
time_t zeit = time_monotonic();
|
|
||||||
|
|
||||||
rc = dmxCN.getSection(static_buf, timeoutInMSeconds, timeoutsDMX);
|
rc = dmxCN.getSection(static_buf, timeoutInMSeconds, timeoutsDMX);
|
||||||
|
time_t zeit = time_monotonic();
|
||||||
if (update_eit) {
|
if (update_eit) {
|
||||||
if (dmxCN.get_eit_version() != 0xff) {
|
if (dmxCN.get_eit_version() != 0xff) {
|
||||||
writeLockMessaging();
|
writeLockMessaging();
|
||||||
|
Reference in New Issue
Block a user