Changeset 11364
remove redundant code found by boneco69
Changeset 11363
Fix bug introduced r11361
thx hoho
dvbapi: do not send responses to all adapters, but to the origin (when decoding same srvid)
When multiple different adapters was decoding the same srvid, then oscam
was sending ECM responses to all adapters.
As a result decrypt failed on client because of the unexpected responses.
The commit fixes the problem of
When use some vdrs,connected by dvbapi to oscam (with adapter offset setting), and viewing the same channels on it, or channels with same srvid, oscam send ecm responses from one adapter to all adapters. As result decrypt failed on other adapter.
This patch allow oscam send ecm to adapter, which sending request.
Patch by ua0lnj
Reactivate hello timing parameter 'gbox-reconnect'
Hello timing is now independant of 'clientmaxidle'
Limit number of hellos after peer gone offline
Вам не разрешен просмотр кода. Войдите или Зарегистрируйтесь для просмотра.
В верии 6.1 соответственно:Вам не разрешен просмотр кода. Войдите или Зарегистрируйтесь для просмотра.
Changeset 11388
dvbapi: another small fix after r11386
Changeset 11387
dvbapi: fixes after r11386
Function calls was broken. Should be now fixed.